servatrice/common/pb/proto/game_event_context.proto
2011-12-29 19:40:41 +01:00

11 lines
197 B
Protocol Buffer

message GameEventContext {
enum ContextType {
READY_START = 1000;
CONCEDE = 1001;
DECK_SELECT = 1002;
UNDO_DRAW = 1003;
MOVE_CARD = 1004;
MULLIGAN = 1005;
}
extensions 100 to max;
}