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;
|
|
}
|
|
|