servatrice/common/pb/command_set_counter.proto
2012-01-21 19:21:57 +01:00

8 lines
204 B
Protocol Buffer

import "game_commands.proto";
message Command_SetCounter {
extend GameCommand {
optional Command_SetCounter ext = 1020;
}
optional sint32 counter_id = 1 [default = -1];
optional sint32 value = 2;
}