zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Generate/Message/InnerBsonOpcode.cs

10 lines
213 B
C#

namespace ET
{
public static partial class InnerOpcode
{
public const ushort M2U_WriteComponent = 40001;
public const ushort M2U_GetComponent = 40002;
public const ushort U2M_GetComponent = 40003;
}
}