Files
RedHotRoast-ios/Assets/Scripts/Dispatcher/Logic/MainThreadDispatcher.cs
T

6 lines
138 B
C#
Raw Normal View History

namespace RedHotRoast
2026-04-22 09:52:55 +08:00
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}