moved Libs out of core folder
This commit is contained in:
16
application/libs/Maniaplanet/DedicatedServer/Structures/LadderLimits.php
Executable file
16
application/libs/Maniaplanet/DedicatedServer/Structures/LadderLimits.php
Executable file
@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
Reference in New Issue
Block a user