public SerializableEnemy(EnemyHealth enemy) { _type = EnemySpawner.ConvertToEnum(enemy.GetType()); _position = enemy.Position; }