14 lines
347 B
Protocol Buffer
14 lines
347 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 23024
|
|
|
|
import "PlayerWidgetInfo.proto";
|
|
import "OnlinePlayerInfo.proto";
|
|
|
|
message IOPBODOJOLA {
|
|
repeated PlayerWidgetInfo player_widget_info_list = 1;
|
|
repeated uint32 JBADGIAHPGC = 5;
|
|
repeated OnlinePlayerInfo player_info_list = 8;
|
|
}
|