mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-09-24 04:39:05 +00:00
Projectile Launcher refactor
This commit is contained in:
12
assets/Scripts/Game/Unit/Enemy/ProjectileLauncher.cs.meta
Normal file
12
assets/Scripts/Game/Unit/Enemy/ProjectileLauncher.cs.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "d360ea8e-7bcb-4c85-bb9e-4a4bcfb800ae",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
import { ProjectileLauncher } from "../../Player/ProjectileLauncher/ProjectileLauncher";
|
||||
|
||||
export class EnemyProjectileLauncher {
|
||||
public constructor(private projectileLauncher: ProjectileLauncher) {}
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "057f6d42-fe19-45af-befe-8d665f8a201f",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user