Exemple #1
0
 private void CreateSword()
 {
     MyScene.AddEntity(_sword);
     _sword.x = x;
     _sword.y = y;
 }