removed 'application' folder to have everything in the root directory
This commit is contained in:
		
							
								
								
									
										22
									
								
								libs/Maniaplanet/DedicatedServer/Structures/Version.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										22
									
								
								libs/Maniaplanet/DedicatedServer/Structures/Version.php
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
| /** | ||||
|  * ManiaPlanet dedicated server Xml-RPC client | ||||
|  * | ||||
|  * @license     http://www.gnu.org/licenses/lgpl.html LGPL License 3 | ||||
|  */ | ||||
|  | ||||
| namespace Maniaplanet\DedicatedServer\Structures; | ||||
|  | ||||
| class Version extends AbstractStructure | ||||
| { | ||||
| 	/** @var string */ | ||||
| 	public $name; | ||||
| 	/** @var string */ | ||||
| 	public $titleId; | ||||
| 	/** @var string */ | ||||
| 	public $version; | ||||
| 	/** @var string */ | ||||
| 	public $build; | ||||
| 	/** @var string */ | ||||
| 	public $apiVersion; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user