TrackManiaControl/application/core/Libs/Maniaplanet/DedicatedServer/Structures/TokenInfos.php
2014-06-12 15:39:50 +02:00

17 lines
309 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 TokenInfos extends AbstractStructure
{
/** @var int */
public $tokenCost;
/** @var bool */
public $canPayToken;
}