Add ammo consumption and item pickup systems
This commit is contained in:
8
GameCore/Combat/Interfaces/ICostEffect.cs
Normal file
8
GameCore/Combat/Interfaces/ICostEffect.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using GameCore.Combat.Effects;
|
||||
|
||||
namespace GameCore.Combat.Interfaces;
|
||||
|
||||
public interface ICostEffect : IEffect
|
||||
{
|
||||
bool CanAfford(EffectContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user