mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 22:25:55 +00:00
Chests
This commit is contained in:
parent
04ea9dd191
commit
b89043cd8c
11 changed files with 789 additions and 648 deletions
8
Scripts/ChestState.cs
Normal file
8
Scripts/ChestState.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Cirno.Scripts;
|
||||
|
||||
public enum ChestState
|
||||
{
|
||||
Closed,
|
||||
Open,
|
||||
Destroyed
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue