using System.Collections; using System.Collections.Generic; using UnityEngine; public class SoulInMap : MonoBehaviour { static public List<Soul> souls = new List<Soul>(); }