예제 #1
0
파일: Shell.cs 프로젝트: jilleJr/Threatical
 public static void FireShell(Tank tank)
 {
     FireShell (tank.tankShellPrefab, tank.tankGunEnd.transform.position, tank.GetTurretRotation());
     if (tank.cannonParticles != null)
         tank.cannonParticles.Play ();
 }