mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-01 01:34:09 -05: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;
|
|
}
|
|
|
|
|
|
|