Ejemplo n.º 1
0
 public void UpdatePosition()
 {
     tileManager.ChangePos(this, lastPos, pos);
     lastPos = pos;
 }