removed 'application' folder to have everything in the root directory
This commit is contained in:
20
libs/Maniaplanet/DedicatedServer/Structures/ScriptSettings.php
Executable file
20
libs/Maniaplanet/DedicatedServer/Structures/ScriptSettings.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 ScriptSettings extends AbstractStructure
|
||||
{
|
||||
/** @var string */
|
||||
public $name;
|
||||
/** @var string */
|
||||
public $desc;
|
||||
/** @var string */
|
||||
public $type;
|
||||
/** @var string */
|
||||
public $default;
|
||||
}
|
Reference in New Issue
Block a user