mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 16:03:46 +00:00
Destroyable chests
This commit is contained in:
parent
f1f542efc4
commit
80e0eda977
14 changed files with 253 additions and 27 deletions
6
Scripts/Components/Actors/IHittable.cs
Normal file
6
Scripts/Components/Actors/IHittable.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace Cirno.Scripts.Components.Actors;
|
||||
|
||||
public interface IHittable
|
||||
{
|
||||
public void Hit(float damage, DamageType damageType = DamageType.Neutral);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue