mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
8 lines
151 B
Protocol Buffer
8 lines
151 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_RollDie {
|
|
extend GameCommand {
|
|
optional Command_RollDie ext = 1005;
|
|
}
|
|
optional uint32 sides = 1;
|
|
}
|
|
|