Files
Fishing2/Assets/Scripts/NBC/UI/Runtime/Interfaces/IBind.cs
2025-05-10 12:49:47 +08:00

7 lines
68 B
C#

namespace NBC
{
public interface IBind
{
}
}