7 lines
157 B
Protocol Buffer
7 lines
157 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message AbilityMetaTriggerElementReaction {
|
||
|
int32 hit_index = 5;
|
||
|
uint32 element_reaction_type = 11;
|
||
|
uint32 trigger_entity_id = 7;
|
||
|
}
|