GC-Proto/proto/EvtBeingHitsCombineNotify.proto

15 lines
300 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 "EvtBeingHitInfo.proto";
2023-02-28 04:12:44 +03:00
import "ForwardType.proto";
2023-02-18 04:48:44 +03:00
2023-02-28 04:12:44 +03:00
// Name: EPIELDONIHF
// CmdId: 318
2023-02-18 04:48:44 +03:00
message EvtBeingHitsCombineNotify {
2023-02-28 04:12:44 +03:00
repeated EvtBeingHitInfo evt_being_hit_info_list = 13;
ForwardType forward_type = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00