5 lines
77 B
Protocol Buffer
5 lines
77 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message AbilityMetaSetKilledState {
|
|
bool killed = 1;
|
|
}
|