Files

6 lines
149 B
C#
Raw Permalink Normal View History

2026-07-06 16:27:14 +08:00
namespace TowerClimberChronicles
{
public class MainThreadDispatcher : BaseMainThreadDispatcher<MainThreadDispatcher, uint, object>
{
}
}