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

9 lines
181 B
Protocol Buffer

import "game_event.proto";
message Event_SetCounter {
extend GameEvent {
optional Event_SetCounter ext = 2003;
}
optional sint32 counter_id = 1;
optional sint32 value = 2;
}