|
|
@@ -429,6 +429,30 @@ namespace ET
|
|
|
|
|
|
}
|
|
|
|
|
|
+ [Message(OuterMessage.C2M_TestRobotCase2)]
|
|
|
+ [ProtoContract]
|
|
|
+ public partial class C2M_TestRobotCase2: ProtoObject, IActorLocationMessage
|
|
|
+ {
|
|
|
+ [ProtoMember(1)]
|
|
|
+ public int RpcId { get; set; }
|
|
|
+
|
|
|
+ [ProtoMember(2)]
|
|
|
+ public int N { get; set; }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ [Message(OuterMessage.M2C_TestRobotCase2)]
|
|
|
+ [ProtoContract]
|
|
|
+ public partial class M2C_TestRobotCase2: ProtoObject, IActorMessage
|
|
|
+ {
|
|
|
+ [ProtoMember(1)]
|
|
|
+ public int RpcId { get; set; }
|
|
|
+
|
|
|
+ [ProtoMember(2)]
|
|
|
+ public int N { get; set; }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
[ResponseType(nameof(M2C_TransferMap))]
|
|
|
[Message(OuterMessage.C2M_TransferMap)]
|
|
|
[ProtoContract]
|
|
|
@@ -511,9 +535,11 @@ namespace ET
|
|
|
public const ushort G2C_TestHotfixMessage = 10029;
|
|
|
public const ushort C2M_TestRobotCase = 10030;
|
|
|
public const ushort M2C_TestRobotCase = 10031;
|
|
|
- public const ushort C2M_TransferMap = 10032;
|
|
|
- public const ushort M2C_TransferMap = 10033;
|
|
|
- public const ushort C2G_Benchmark = 10034;
|
|
|
- public const ushort G2C_Benchmark = 10035;
|
|
|
+ public const ushort C2M_TestRobotCase2 = 10032;
|
|
|
+ public const ushort M2C_TestRobotCase2 = 10033;
|
|
|
+ public const ushort C2M_TransferMap = 10034;
|
|
|
+ public const ushort M2C_TransferMap = 10035;
|
|
|
+ public const ushort C2G_Benchmark = 10036;
|
|
|
+ public const ushort G2C_Benchmark = 10037;
|
|
|
}
|
|
|
}
|