Files
Fishing2NetTest/Assets/Scripts/NBC/UI/Runtime/Interfaces/IBind.cs
2026-03-05 18:07:55 +08:00

7 lines
68 B
C#

namespace NBC
{
public interface IBind
{
}
}