public void ShootDarkBall()
 {
     GameFunc.ShootSomething(darkBallPool, bullet_from[0].position, bullet_to[0].position);
 }
Exemplo n.º 2
0
 public void ShootIce()
 {
     GameFunc.ShootSomething(icePool, bullet_from.position, bullet_to.position);
 }