Exemplo n.º 1
0
 void animate()
 {
     player.animate();
     enemy.animate();
     projectileScript.animate();
 }