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