2014-01-28 00:52:49 +00:00
|
|
|
// automatically generated, do not modify
|
|
|
|
|
|
|
|
package MyGame.Example;
|
|
|
|
|
|
|
|
public class Color {
|
2014-07-17 22:12:37 +00:00
|
|
|
public static final byte Red = 1;
|
|
|
|
public static final byte Green = 2;
|
|
|
|
public static final byte Blue = 8;
|
2014-01-28 00:52:49 +00:00
|
|
|
};
|
|
|
|
|