﻿using UnityEngine;

namespace QFramework
{
    [AddComponentMenu("QFramework/CodeGenKit/Bind")]
    public class Bind : AbstractBind
    {
    }
}