// Use this to spawn Devil Fr on game start or via another trigger void Start() { SpawnDevilFrEntity(); }
public class SpawnDevilFr : MonoBehaviour { // The prefab of the Devil Fr entity public GameObject devilFrPrefab;
using UnityEngine;
// The spawn location public Transform spawnLocation;