Files

6 lines
140 B
C#

namespace ZooMatch
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}