Exemplo n.º 1
0
 public bool CheckIfInGrid()
 {
     return(theGridMap.CheckIfInGridMap(this.gameObject.transform.position));
 }