Files

6 lines
135 B
C#
Raw Permalink Normal View History

2026-05-28 15:23:36 +08:00
namespace ZooMatch
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}