mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 00:00:07 -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;
|
|
}
|