Remove effect from the inventory parser.
This commit is contained in:
		
							parent
							
								
									4123eaeccd
								
							
						
					
					
						commit
						f9b3adfee0
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -49,7 +49,6 @@ class InventoryParser @Inject constructor() {
 | 
			
		|||
        private const val CONTAINER = "Contenant"
 | 
			
		||||
        private const val NAME = "Name"
 | 
			
		||||
        private const val AMOUNT = "Quantité"
 | 
			
		||||
        private const val THROW = "Effet"
 | 
			
		||||
        private val COLUMNS = listOf(CONTAINER, NAME, AMOUNT, THROW)
 | 
			
		||||
        private val COLUMNS = listOf(CONTAINER, NAME, AMOUNT)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue