servatrice/common/pb/proto/command_set_counter.proto
2011-12-19 00:03:05 +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;
}