moved Libs out of core folder
This commit is contained in:
16
application/libs/Maniaplanet/DedicatedServer/Structures/TokenInfos.php
Executable file
16
application/libs/Maniaplanet/DedicatedServer/Structures/TokenInfos.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 TokenInfos extends AbstractStructure
|
||||
{
|
||||
/** @var int */
|
||||
public $tokenCost;
|
||||
/** @var bool */
|
||||
public $canPayToken;
|
||||
}
|
Reference in New Issue
Block a user