Example #1
0
 public void Move()
 {
     MoveTool.MoveObject(this.gameObject);
     IsoLayerManager.currentLayer.RemoveDataAtPosition(this.transform.position);
 }