mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-29 14:14:57 -08:00
10 lines
198 B
Protocol Buffer
10 lines
198 B
Protocol Buffer
import "session_event.proto";
|
|
|
|
message Event_RemoveFromList {
|
|
extend SessionEvent {
|
|
optional Event_RemoveFromList ext = 1006;
|
|
}
|
|
optional string list_name = 1;
|
|
optional string user_name = 2;
|
|
}
|