|
@@ -275,9 +275,13 @@ message G2C_RemoveUnit // IActorLocationResponse
|
|
message C2G_TriggrBattleFunction // IRequest
|
|
message C2G_TriggrBattleFunction // IRequest
|
|
{
|
|
{
|
|
int32 RpcId = 1;
|
|
int32 RpcId = 1;
|
|
- int32 EffectID = 2; // 效果id
|
|
|
|
- int32 Value = 3; // 属性数值
|
|
|
|
- int32 Time = 4; // 持续时间(秒)
|
|
|
|
|
|
+ int32 TriggerID = 2;// 效果id
|
|
|
|
+ int32 Value1 = 3; // 属性数值
|
|
|
|
+ int32 Value2 = 4; // 属性数值
|
|
|
|
+ int32 Value3 = 5; // 属性数值
|
|
|
|
+ int32 Value4 = 6; // 属性数值
|
|
|
|
+ int32 Value5 = 7; // 属性数值
|
|
|
|
+ int32 Value6 = 8; // 属性数值
|
|
}
|
|
}
|
|
|
|
|
|
message G2C_TriggrBattleFunction // IResponse
|
|
message G2C_TriggrBattleFunction // IResponse
|