Add server screen
This commit is contained in:
parent
89fafeafd3
commit
e2129bbb26
20 changed files with 672 additions and 174 deletions
7
shared/src/communication/server-information.ts
Normal file
7
shared/src/communication/server-information.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface ServerInformation {
|
||||
playerLimit: number;
|
||||
playerCount: number;
|
||||
serverName: string;
|
||||
}
|
||||
|
||||
export const serverInformationEndpoint = '/stats';
|
||||
Loading…
Add table
Add a link
Reference in a new issue