mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 12:24:26 -08:00
8 lines
133 B
Protocol Buffer
8 lines
133 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_Concede {
|
|
extend GameEventContext {
|
|
optional Context_Concede ext = 1001;
|
|
}
|
|
}
|