Files
2026-02-09 20:10:14 +08:00

7 lines
68 B
C#

namespace NBC
{
public interface IBind
{
}
}