FM/Assets/Scripts/Base/MonoBehaviour/GameObjectBinding.cs

6 lines
80 B
C#
Raw Normal View History

2025-04-26 21:05:13 +08:00
namespace HK
{
public class GameObjectBinding : BindingBase
{
}
}