Files
ZooMatch-GP/Assets/Scripts/Dispatcher/Logic/MainThreadDispatcher.cs
T

6 lines
140 B
C#
Raw Normal View History

namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}