This commit is contained in:
Marco 2025-06-23 17:47:58 +02:00
commit b89043cd8c
11 changed files with 789 additions and 648 deletions

View file

@ -43,11 +43,4 @@ public partial class Chest : Interactable
return State == ChestState.Closed;
}
}
public enum ChestState
{
Closed,
Open,
Destroyed
}