Files
PerfectTidy_untiy_ios/Assets/Scripts/Dispatcher/Logic/MainThreadDispatcher.cs
T

6 lines
137 B
C#
Raw Normal View History

2026-06-12 10:11:36 +08:00
namespace LoveLegend
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}