Cockatrice/libs/pb/event_leave_room.proto
Lukas Brübach 01378b8314 Turn things in common into separate libs.
Took 2 hours 27 minutes
2025-10-04 15:10:20 +02:00

9 lines
179 B
Protocol Buffer

syntax = "proto2";
import "room_event.proto";
message Event_LeaveRoom {
extend RoomEvent {
optional Event_LeaveRoom ext = 1000;
}
optional string name = 1;
}