mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 02:23:55 -07:00
* fix #2624 * feedback++
This commit is contained in:
parent
38ad71b06a
commit
29904c49da
8 changed files with 48 additions and 16 deletions
|
|
@ -5,4 +5,11 @@ message Event_Leave {
|
|||
extend GameEvent {
|
||||
optional Event_Leave ext = 1001;
|
||||
}
|
||||
enum LeaveReason {
|
||||
OTHER = 1;
|
||||
USER_KICKED = 2;
|
||||
USER_LEFT = 3;
|
||||
USER_DISCONNECTED = 4;
|
||||
}
|
||||
optional LeaveReason reason = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue