Add rejoin datapoint in response data

This commit is contained in:
Oliver-Akins 2020-10-23 23:41:41 -06:00
parent ac5b20b8a8
commit e7f8a5462a

View file

@ -17,6 +17,7 @@ interface NewPlayer {
interface GameJoined extends response { interface GameJoined extends response {
// properties depend on `success` being `true` // properties depend on `success` being `true`
rejoin?: boolean;
uuid?: string; uuid?: string;
} }