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