Example #1
0
 private void pnl_Field_MouseClick(object sender, MouseEventArgs e)
 {
     _game.MoveTo(e.Y / Field.Scale, e.X / Field.Scale);
 }