Fix player height
This commit is contained in:
@@ -18,16 +18,12 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public void LevelUp();
|
||||
|
||||
public void LookUp();
|
||||
|
||||
public void TeleportPlayer(Transform3D newTransform);
|
||||
|
||||
public void Equip(EquipableItem equipable);
|
||||
|
||||
public void Unequip(EquipableItem equipable);
|
||||
|
||||
public void Reset();
|
||||
|
||||
public IInventory Inventory { get; }
|
||||
|
||||
public IHealthComponent HealthComponent { get; }
|
||||
@@ -50,6 +46,4 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public event Action PlayerDied;
|
||||
public delegate InventoryItem RerollItem(InventoryItem item);
|
||||
|
||||
public event Action PointUpFinished;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user