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; }