HAARFTE/Assets/DemoGame/GameScript/Hotfix/UI/SceneGameObjectBinding.cs

10 lines
153 B
C#

using System;
using System.Collections.Generic;
using UnityEngine;
namespace ZC
{
public class SceneGameObjectBinding : BindingBase
{
}
}