猫咪小学徒

This commit is contained in:
hahwu 2025-04-21 10:07:56 +08:00
parent 4f889e9e74
commit 424e30ea23
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -381,6 +381,7 @@ enum CHESS_EX_TYPE {
CHESS_EX_BOX = 2; //
CHESS_EX_QUICK_BUY = 3; //
CHESS_EX_EVENT = 4; //
CHESS_EX_EVENT_LITTLE_APPRENTICE = 5; //
}
//
@ -390,6 +391,7 @@ message ReqChessEx{
int32 CostDia = 3;
CHESS_EX_TYPE Type = 4; //1 2 3 4
map<string, int32> mChessData = 5;
int32 CostStar = 6; //
}
message ResChessEx{