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