mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
added responses + events
This commit is contained in:
parent
26f0f0df0e
commit
ca9122b9fb
84 changed files with 815 additions and 1482 deletions
11
common/pb/proto/game_event_context.proto
Normal file
11
common/pb/proto/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