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