using System.Collections.Generic; using Entity; namespace Managers { public class SaveManager:Utils.Singleton { public List baseHediffs = new(); } }