2023-01-28 17:00:48 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-01-28 17:00:48 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import "LocationInfo.proto";
|
|
|
|
import "WidgetCreatorOpType.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 17:00:48 +03:00
|
|
|
message CreatorInfo {
|
|
|
|
uint32 entityId = 9;
|
|
|
|
LocationInfo locationInfo = 12;
|
|
|
|
WidgetCreatorOpType opType = 5;
|
|
|
|
}
|