using System.Collections; using System.Collections.Generic; using UnityEngine; namespace BITKit { public class BITSettingsSO : BITKitSO { public BITApp.AppSettings appSettings; } }