namespace N_Space { public enum State { Default = 0, Red = 1, Green = 2, Blue = 3 }; }