Files

8 lines
69 B
C#
Raw Permalink Normal View History

2025-12-11 09:17:16 +08:00

namespace RCUHost
{
public interface IRCULogReceiver
{
}
}