6 lines
85 B
Protocol Buffer
6 lines
85 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message AbilityMixinWindZone {
|
||
|
repeated uint32 entityIds = 1;
|
||
|
}
|