moved Libs out of core folder
This commit is contained in:
		
							
								
								
									
										20
									
								
								application/libs/Maniaplanet/DedicatedServer/Structures/ForcedSkin.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								application/libs/Maniaplanet/DedicatedServer/Structures/ForcedSkin.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 ForcedSkin extends AbstractStructure | ||||
| { | ||||
| 	/** @var string */ | ||||
| 	public $orig; | ||||
| 	/** @var string */ | ||||
| 	public $name; | ||||
| 	/** @var string */ | ||||
| 	public $checksum; | ||||
| 	/** @var string */ | ||||
| 	public $url; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user