using UnityEngine; namespace Ktyl.Util { [CreateAssetMenu(menuName = "ktyl/Util/Bool")] public class SerialBool : SerialVar<bool> { } }