12 lines
309 B
Protocol Buffer
12 lines
309 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "WidgetCreatorOpType.proto";
|
|
import "WidgetCreateLocationInfo.proto";
|
|
// 4.7.0
|
|
// Obf: IGAMKCLFACP
|
|
message WidgetCreatorInfo {
|
|
uint32 entity_id = 15;
|
|
WidgetCreatorOpType op_type = 8;
|
|
WidgetCreateLocationInfo location_info = 4;
|
|
}
|