添加广告协议

This commit is contained in:
aozhiwei 2020-05-13 12:54:15 +08:00
parent c69d619887
commit e476451958
2 changed files with 15 additions and 1 deletions

View File

@ -120,6 +120,7 @@ enum BuffEffectType_e
kBET_Car = 3, //骑乘
kBET_Invincible = 4, //无敌
kBET_Camouflage = 5, //伪装
kBET_AdPlaying = 6, //看广告中
kBET_OnceChgAttr = 11, //一次性buff
kBET_End
};

View File

@ -762,13 +762,26 @@ message CMLeave
//15,15SMGameOver
message CMRevive
{
}
//
message CMCancelRevive
{
}
//广(广buff)
message CMAdStart
{
}
//广(广)
message CMAdCancel
{
}
//广(广)
message CMAdEnd
{
}
//endcmmsg