Files
Fishing2/Assets/Scripts/NBC.Fantasy/Runtime/UI/Interfaces/IBind.cs
2025-11-12 17:24:02 +08:00

7 lines
68 B
C#

namespace NBC
{
public interface IBind
{
}
}