Characters
This commit is contained in:
9
Game/Scripts/Combat/IDamageable.cs
Normal file
9
Game/Scripts/Combat/IDamageable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MegaKoop.Game.Combat
|
||||
{
|
||||
public interface IDamageable
|
||||
{
|
||||
Team Team { get; }
|
||||
bool IsAlive { get; }
|
||||
void ApplyDamage(DamagePayload payload);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user