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

10 lines
153 B
C#
Raw Normal View History

2024-11-28 23:50:38 +08:00
using System;
using System.Collections.Generic;
using UnityEngine;
namespace ZC
{
2024-12-03 00:55:04 +08:00
public class SceneGameObjectBinding : BindingBase
2024-11-28 23:50:38 +08:00
{
}
}