spawner settings

This commit is contained in:
Martin
2022-12-19 13:48:03 +01:00
parent c04a9e74d4
commit 4a58449773
12 changed files with 57 additions and 16 deletions

View File

@@ -99,6 +99,7 @@ export interface ISpawner {
export class EnemySettings {
public id = "";
public moveType = "";
public graphicsType = "";
public health = 0;
public damage = 0;
public speed = 0;