mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
switched from qmake to cmake
This commit is contained in:
parent
16541141bd
commit
3c24899de6
143 changed files with 643 additions and 1254 deletions
11
common/pb/game_event_context.proto
Normal file
11
common/pb/game_event_context.proto
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
message GameEventContext {
|
||||
enum ContextType {
|
||||
READY_START = 1000;
|
||||
CONCEDE = 1001;
|
||||
DECK_SELECT = 1002;
|
||||
UNDO_DRAW = 1003;
|
||||
MOVE_CARD = 1004;
|
||||
MULLIGAN = 1005;
|
||||
}
|
||||
extensions 100 to max;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue