6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from test.bases import WorldTestBase
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class TunicTestBase(WorldTestBase):
							 | 
						||
| 
								 | 
							
								    game = "Tunic"
							 | 
						||
| 
								 | 
							
								    player: int = 1
							 |