GC-Proto/proto/ChessPlayerInfo.proto

18 lines
385 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChessNormalCardInfo.proto";
2023-04-11 06:14:48 +03:00
// Name: JBBIMMPGADK
2023-02-18 04:48:44 +03:00
message ChessPlayerInfo {
2023-04-11 06:14:48 +03:00
uint32 uid = 3;
uint32 MILMGKEIKNM = 6;
repeated ChessNormalCardInfo candidate_card_info_list = 2;
uint32 OLGJAJMBHAF = 13;
uint32 NMKOCNBCEOA = 14;
uint32 LPLBCOBAOLO = 4;
uint32 FABNMNFMJFG = 12;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00