Fix menus between floors
This commit is contained in:
@@ -10,6 +10,8 @@ public interface IPlayer : IKillable
|
||||
|
||||
public void Activate();
|
||||
|
||||
public void Deactivate();
|
||||
|
||||
public void Attack();
|
||||
|
||||
public void TakeDamage(double damage, ElementType elementType = ElementType.None, bool isCriticalHit = false);
|
||||
|
||||
Reference in New Issue
Block a user