update
This commit is contained in:
parent
ecaf657595
commit
7c12f8ddcc
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
package player;
|
||||
option go_package = "mongo.games.com/game/protocol/player";
|
||||
|
||||
import "mongo.games.com/game/protocol/server/pbdata.proto";
|
||||
import "protocol/server/pbdata.proto";
|
||||
|
||||
//操作结果
|
||||
enum OpResultCode {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -225,6 +225,8 @@ message WGPlayerEnter {
|
|||
map<int32, int64> Items = 17;
|
||||
repeated int32 MatchParams = 18;//比赛参数
|
||||
map<int32, int64> RankScore = 19;// 排位积分
|
||||
int64 Recharge = 20; // 充值总金额
|
||||
int64 VCardCost = 21; // v卡消耗数量
|
||||
}
|
||||
|
||||
//从观众席坐到座位
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
package webapi;
|
||||
option go_package = "mongo.games.com/game/protocol/webapi";
|
||||
|
||||
import "mongo.games.com/game/protocol/server/pbdata.proto";
|
||||
import "protocol/server/pbdata.proto";
|
||||
/*
|
||||
这个文件保存公共结构
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue