// automatically generated, do not modify namespace MyGame.Example { public class Color { public static sbyte Red = 1; public static sbyte Green = 2; public static sbyte Blue = 8; }; }