|
@@ -562,7 +562,7 @@ namespace ET
|
|
|
[ResponseType(nameof(G2C_TriggrBattleFunction))]
|
|
|
[Message(OuterMessage.C2G_TriggrBattleFunction)]
|
|
|
[ProtoContract]
|
|
|
- public partial class C2G_TriggrBattleFunction: ProtoObject, IActorLocationRequest
|
|
|
+ public partial class C2G_TriggrBattleFunction: ProtoObject, IRequest
|
|
|
{
|
|
|
[ProtoMember(1)]
|
|
|
public int RpcId { get; set; }
|
|
@@ -580,7 +580,7 @@ namespace ET
|
|
|
|
|
|
[Message(OuterMessage.G2C_TriggrBattleFunction)]
|
|
|
[ProtoContract]
|
|
|
- public partial class G2C_TriggrBattleFunction: ProtoObject, IActorLocationResponse
|
|
|
+ public partial class G2C_TriggrBattleFunction: ProtoObject, IResponse
|
|
|
{
|
|
|
[ProtoMember(1)]
|
|
|
public int RpcId { get; set; }
|