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

4 lines
106 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
namespace FlowerPower
{
public class AppDispatcher : BaseDispatcher<AppDispatcher, uint, object> { }
}