Ejemplo n.º 1
0
 private void right_Click(object sender, EventArgs e)
 {
     Th902Interface.getPalyerPosition().X += 5;
 }
Ejemplo n.º 2
0
 private void bottom_Click(object sender, EventArgs e)
 {
     Th902Interface.getPalyerPosition().Y += 5;
 }