GC-Proto/proto/GCGMsgPVEIntentionChange.proto

14 lines
309 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "GCGIntentionChangeType.proto";
import "GCGMsgPVEIntention.proto";
2023-02-28 04:12:44 +03:00
// Name: FCMCKBMKEJG
2023-02-18 04:48:44 +03:00
message GCGMsgPVEIntentionChange {
2023-02-28 04:12:44 +03:00
repeated GCGMsgPVEIntention change_intention_list = 8;
GCGIntentionChangeType change_type = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00