Cockatrice/libs/pb/event_remove_from_list.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

10 lines
235 B
Protocol Buffer

syntax = "proto2";
import "session_event.proto";
message Event_RemoveFromList {
extend SessionEvent {
optional Event_RemoveFromList ext = 1006;
}
optional string list_name = 1;
optional string user_name = 2;
}