mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
8 lines
No EOL
91 B
C#
8 lines
No EOL
91 B
C#
namespace Cirno.Scripts;
|
|
|
|
public enum ChestState
|
|
{
|
|
Closed,
|
|
Open,
|
|
Destroyed
|
|
} |