10 lines
213 B
C#
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;
|
||
|
}
|
||
|
}
|