mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 17:48:39 -08:00
12 lines
151 B
Protocol Buffer
12 lines
151 B
Protocol Buffer
import "room_event.proto";
|
|
|
|
message Event_LeaveRoom {
|
|
extend RoomEvent {
|
|
optional Event_LeaveRoom ext = 1000;
|
|
}
|
|
optional string name = 1;
|
|
}
|
|
|
|
|
|
|