Moving projectile launcher

This commit is contained in:
Martin
2023-01-09 11:09:06 +01:00
parent 03c7f9b16f
commit f0b4387b77
13 changed files with 32 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
export class ProjectileData {
public pierces = 0;
public damage = 0;
}