This commit is contained in:
by 2024-07-10 10:04:15 +08:00
parent ecaf657595
commit 7c12f8ddcc
6 changed files with 3477 additions and 3459 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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

View File

@ -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";
/*
*/