mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 08:36:14 +00:00
Diagonal projectile launcher
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { UpgradeSettings } from "../Data/GameSettings";
|
||||
import { Player } from "../Unit/Player/Player";
|
||||
import { HaloProjectileLauncher } from "../Unit/Player/ProjectileLauncher/HaloProjectileLauncher";
|
||||
import { HorizontalProjectileLauncher } from "../Unit/Player/ProjectileLauncher/HorizontalProjectileLauncher";
|
||||
import { WaveProjectileLauncher } from "../Unit/Player/ProjectileLauncher/WaveProjectileLauncher";
|
||||
import { UpgradeType } from "./UpgradeType";
|
||||
|
||||
export class Upgrader {
|
||||
@@ -11,7 +11,7 @@ export class Upgrader {
|
||||
|
||||
public constructor(
|
||||
private player: Player,
|
||||
private horizontalProjectileLauncher: HorizontalProjectileLauncher,
|
||||
private horizontalProjectileLauncher: WaveProjectileLauncher,
|
||||
private haloProjectileLauncher: HaloProjectileLauncher,
|
||||
settings: UpgradeSettings
|
||||
) {
|
||||
|
Reference in New Issue
Block a user