GC-Proto/proto/IrodoriChessPlayerInfoNotif...

13 lines
234 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 "IrodoriChessPlayerInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: DEBHBDNMDAA
// CmdId: 5332
2023-02-18 04:48:44 +03:00
message IrodoriChessPlayerInfoNotify {
2023-02-28 04:12:44 +03:00
IrodoriChessPlayerInfo player_info = 3;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00