Files
Fishing2/Assets/Scripts/NBC/Runtime/UI/Interfaces/IBind.cs
2025-10-29 22:41:47 +08:00

7 lines
68 B
C#

namespace NBC
{
public interface IBind
{
}
}