module evael.network.OpCode;

struct OpCode
{
	public ubyte value;
}

struct SubOpCode
{
	public ubyte value;
}