mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-04 17:17:56 -08:00
10 lines
170 B
Protocol Buffer
10 lines
170 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_RollDie {
|
|
extend GameEvent {
|
|
optional Event_RollDie ext = 2008;
|
|
}
|
|
optional uint32 sides = 1;
|
|
optional uint32 value = 2;
|
|
}
|