mirror of
https://github.com/neogeek23/Life.git
synced 2026-02-04 02:58:17 +00:00
Update State.cs
This commit is contained in:
parent
23ba664e9d
commit
6e47ebf878
@ -1,6 +1,8 @@
|
||||
namespace N_Space {
|
||||
public enum State: byte {
|
||||
Dark = 0,
|
||||
Light = 1
|
||||
namespace N_Space {
|
||||
public enum State {
|
||||
Default = 0,
|
||||
Red = 1,
|
||||
Green = 2,
|
||||
Blue = 3
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user