mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 14:35:54 +00:00
Cheat Gun
This commit is contained in:
parent
f2e6025b35
commit
cb27f33a6d
21 changed files with 620 additions and 436 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
public interface IDestructible
|
||||
{
|
||||
public BulletOwner BulletGroup { get; set; }
|
||||
public void Hit(float damage, DamageType type = DamageType.Neutral);
|
||||
public bool IsDestroyed();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue