UNPKG
jsp-raknet
Version:
latest (2.2.0)
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.5.0
Basic RakNet implementation written in Javascript
github.com/JSPrismarine/RakNet
JSPrismarine/RakNet
jsp-raknet
/
js
/
utils
/
ServerName.d.ts
14 lines
(13 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
default
class
ServerName
{
motd
:
string
;
name
:
string
;
protocol
:
number
;
version
:
string
;
players
: {
online
:
number
;
max
:
number
; };
gamemode
:
string
;
serverId
:
string
;
toString
():
string
; }