TrackManiaControl/application/libs/Maniaplanet/DedicatedServer/Structures/LadderLimits.php
2014-08-03 13:02:02 +02:00

17 lines
334 B
PHP
Executable File

<?php
/**
* ManiaPlanet dedicated server Xml-RPC client
*
* @license http://www.gnu.org/licenses/lgpl.html LGPL License 3
*/
namespace Maniaplanet\DedicatedServer\Structures;
class LadderLimits extends AbstractStructure
{
/** @var float */
public $ladderServerLimitMin;
/** @var float */
public $ladderServerLimitMax;
}