Framework_YooAsset_HybridCLR/Assets/DemoGame/GameScript/Loader/MonoBehaviour/GameObjectBinding.cs

6 lines
80 B
C#
Raw Normal View History

2024-12-03 17:15:20 +08:00
namespace ZC
2024-11-12 16:57:51 +08:00
{
2024-12-03 17:15:20 +08:00
public class GameObjectBinding : BindingBase
2024-11-12 16:57:51 +08:00
{
}
}