|
@@ -26,9 +26,17 @@ namespace ET
|
|
|
|
|
|
}
|
|
|
|
|
|
+//客户端通知战斗服,i'm ready
|
|
|
+ [Message(BattleServerMsg.BattleClientReady)]
|
|
|
+ [ProtoContract]
|
|
|
+ public partial class BattleClientReady: ProtoObject, IMessage
|
|
|
+ {
|
|
|
+ }
|
|
|
+
|
|
|
public static class BattleServerMsg
|
|
|
{
|
|
|
public const ushort BattleEventPush = 40002;
|
|
|
public const ushort BattleEventPushToServer = 40003;
|
|
|
+ public const ushort BattleClientReady = 40004;
|
|
|
}
|
|
|
}
|