6 lines
95 B
Protocol Buffer
6 lines
95 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message AbilityMetaSetModifierApplyEntityId {
|
||
|
uint32 applyEntityId = 1;
|
||
|
}
|