You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			650 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			650 B
		
	
	
	
		
			PHP
		
	
| <?php
 | |
| /*
 | |
|  *
 | |
|  * @copyright (c) 2010 animegame.eu
 | |
|  * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
 | |
|  *
 | |
|  */
 | |
| include "kampf/tausch2.php";	//////////////////Muss ganz oben sein wegen technik Tauschen
 | |
| include "kampf/frucht.php";
 | |
| include "kampf/runde.php";
 | |
| include "kampf/mp.php";
 | |
| include "kampf/hp.php";
 | |
| include "kampf/hp2.php";
 | |
| include "kampf/SSJ.php";
 | |
| include "kampf/kaioken.php";
 | |
| include "kampf/kaioken2.php";
 | |
| include "kampf/copy.php";
 | |
| include "kampf/lose.php";
 | |
| include "kampf/lose2.php";
 | |
| include "kampf/ausdauer.php";
 | |
| include "kampf/mpv.php";
 | |
| include "kampf/tausch.php";
 | |
| include "kampf/hpmp.php";
 | |
| ?>
 |