메소드 | 설명 | |
---|---|---|
SteamMinecraftDataEventArgs ( string name, string address, short port, int players, int maxPlayers ) : System |
Initialze a new instance of SteamMinecraftDataEventArgs.
|
public SteamMinecraftDataEventArgs ( string name, string address, short port, int players, int maxPlayers ) : System | ||
name | string | Name of the server. |
address | string | Address of the server. |
port | short | Port of the server. |
players | int | Current number of players on the server. |
maxPlayers | int | Max number of players the server can hold. |
리턴 | System |