mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
spawner settings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user