Files
Zoomatch_unity_ios/Assets/Scripts/Dispatcher/Logic/MainThreadDispatcher.cs
T
2026-05-28 15:23:36 +08:00

6 lines
135 B
C#

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