14 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * ManiaPlanet dedicated server Xml-RPC client
 | |
|  *
 | |
|  * @license     http://www.gnu.org/licenses/lgpl.html LGPL License 3
 | |
|  */
 | |
| namespace Maniaplanet\DedicatedServer\Structures;
 | |
| 
 | |
| class Music extends AbstractStructure
 | |
| {
 | |
| 	public $override;
 | |
| 	public $url; 
 | |
| 	public $file;
 | |
| } |