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

8
Scripts/ChestState.cs Normal file
View file

@ -0,0 +1,8 @@
namespace Cirno.Scripts;
public enum ChestState
{
Closed,
Open,
Destroyed
}