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

6 lines
138 B
C#

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