GC-Proto/proto/GCGMsgPVEIntentionInfo.proto
2023-01-28 22:00:48 +08:00

11 lines
196 B
Protocol Buffer

syntax = "proto3";
import "GCGMsgPVEIntention.proto";
option java_package = "emu.grasscutter.net.proto";
message GCGMsgPVEIntentionInfo {
map<uint32, GCGMsgPVEIntention> intentionMap = 15;
}