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

6 lines
139 B
C#
Raw Normal View History

2026-05-20 12:01:19 +08:00
namespace ChillConnect
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}