mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 02:25:55 +00:00
Exploding barrels
This commit is contained in:
parent
6a62fe2871
commit
71eeb3f1d1
12 changed files with 132 additions and 20 deletions
6
Scripts/IDestructible.cs
Normal file
6
Scripts/IDestructible.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
public interface IDestructible
|
||||
{
|
||||
public void Hit(float damage);
|
||||
public bool IsDestroyed();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue