Graceful disconnect
This commit is contained in:
@ -8,6 +8,7 @@ message Action {
|
||||
enum ActionType {
|
||||
MOVE = 0;
|
||||
CHAT = 1;
|
||||
DISCONNECT = 2;
|
||||
}
|
||||
|
||||
ActionType type = 1;
|
||||
|
||||
Reference in New Issue
Block a user