mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 20:53:23 -08:00
9 lines
149 B
Protocol Buffer
9 lines
149 B
Protocol Buffer
import "session_event.proto";
|
|
|
|
message Event_UserLeft {
|
|
extend SessionEvent {
|
|
optional Event_UserLeft ext = 1008;
|
|
}
|
|
optional string name = 1;
|
|
}
|