using UnityEngine; namespace Ashwild.Settings { public abstract class SettingsSubPanel : MonoBehaviour { public abstract void Refresh(); } }