moved Libs out of core folder
This commit is contained in:
20
application/libs/Maniaplanet/DedicatedServer/Structures/LobbyInfo.php
Executable file
20
application/libs/Maniaplanet/DedicatedServer/Structures/LobbyInfo.php
Executable file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ManiaPlanet dedicated server Xml-RPC client
|
||||
*
|
||||
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
|
||||
*/
|
||||
|
||||
namespace Maniaplanet\DedicatedServer\Structures;
|
||||
|
||||
class LobbyInfo extends AbstractStructure
|
||||
{
|
||||
/** var bool */
|
||||
public $isLobby;
|
||||
/** var int */
|
||||
public $lobbyPlayers;
|
||||
/** var int */
|
||||
public $lobbyMaxPlayers;
|
||||
/** var float */
|
||||
public $lobbyPlayersLevel;
|
||||
}
|
Reference in New Issue
Block a user