Files
CortexCore 13ffc9fd64 1
2024-06-03 10:11:43 +08:00

15 lines
241 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using UnityEngine;
using UnityEngine.UIElements;
namespace BITKit.UX.DataBind
{
public class UXBoolBind : UXDataBind<bool,Toggle>
{
}
}