Exemplo n.º 1
0
        public void Fire()
        {
            ShellController shell = new ShellController(shellPrefab);

            shell.ProjectShell(view.GetTurretPosition(), view.GetFiringAngle());
        }