|
@@ -727,22 +727,22 @@ namespace ET
|
|
|
|
|
|
}
|
|
|
|
|
|
- [ResponseType(nameof(G2C_GameStart))]
|
|
|
- [Message(OuterMessage.C2G_GameStart)]
|
|
|
+ [ResponseType(nameof(G2C_BattleNotify))]
|
|
|
+ [Message(OuterMessage.C2G_BattleNotify)]
|
|
|
[ProtoContract]
|
|
|
- public partial class C2G_GameStart: ProtoObject, IRequest
|
|
|
+ public partial class C2G_BattleNotify: ProtoObject, IRequest
|
|
|
{
|
|
|
[ProtoMember(1)]
|
|
|
public int RpcId { get; set; }
|
|
|
|
|
|
[ProtoMember(2)]
|
|
|
- public string NameType { get; set; }
|
|
|
+ public string Message { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
- [Message(OuterMessage.G2C_GameStart)]
|
|
|
+ [Message(OuterMessage.G2C_BattleNotify)]
|
|
|
[ProtoContract]
|
|
|
- public partial class G2C_GameStart: ProtoObject, IResponse
|
|
|
+ public partial class G2C_BattleNotify: ProtoObject, IResponse
|
|
|
{
|
|
|
[ProtoMember(1)]
|
|
|
public int RpcId { get; set; }
|
|
@@ -806,7 +806,7 @@ namespace ET
|
|
|
public const ushort R2C_Disconnect = 10048;
|
|
|
public const ushort HttpDouyinApiCallbackResponse = 10049;
|
|
|
public const ushort HttpGetVersionResponse = 10050;
|
|
|
- public const ushort C2G_GameStart = 10051;
|
|
|
- public const ushort G2C_GameStart = 10052;
|
|
|
+ public const ushort C2G_BattleNotify = 10051;
|
|
|
+ public const ushort G2C_BattleNotify = 10052;
|
|
|
}
|
|
|
}
|