slowpoker/Assets/Scripts/Laptop/LaptopStates.cs

9 lines
103 B
C#
Raw Permalink Normal View History

2024-10-19 02:54:12 +03:00
namespace Laptop
{
public enum LaptopStates : byte
{
Open,
Close
}
}