14 lines
162 B
C#
14 lines
162 B
C#
|
// automatically generated, do not modify
|
||
|
|
||
|
namespace MyGame.Example
|
||
|
{
|
||
|
|
||
|
public class Any
|
||
|
{
|
||
|
public static byte NONE = 0;
|
||
|
public static byte Monster = 1;
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|