Example #1
0
 private void btnTakeTurn_Click(object sender, EventArgs e)
 {
     mWorld.EndTurn();
     btnTakeTurn.Enabled = false;
 }