Remove math import
This commit is contained in:
		@ -3,7 +3,6 @@ package gamemap
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"encoding/json"
 | 
						"encoding/json"
 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
	"math"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WorldMap is the data structure used game world
 | 
					// WorldMap is the data structure used game world
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user