Change gameplay
This commit is contained in:
parent
d79900e3ea
commit
34dae300da
56 changed files with 906 additions and 400 deletions
|
|
@ -2,6 +2,7 @@ export interface ServerInformation {
|
|||
playerLimit: number;
|
||||
playerCount: number;
|
||||
serverName: string;
|
||||
gameStatePercent: number;
|
||||
}
|
||||
|
||||
export const serverInformationEndpoint = '/stats';
|
||||
export const serverInformationEndpoint = '/state';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue