15 lines
241 B
C#
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>
|
|
{
|
|
|
|
}
|
|
}
|