Implement plasma sword instakill
This commit is contained in:
@@ -46,6 +46,10 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public bool CanEquipState { get; set; }
|
||||
|
||||
public int TotalAttack { get; }
|
||||
public int TotalDefense { get; }
|
||||
public int TotalLuck { get; }
|
||||
|
||||
public event Action PlayerDied;
|
||||
public delegate InventoryItem RerollItem(InventoryItem item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user