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

6 lines
119 B
C#

namespace LoveLegend
{
public class UICtrlDispatcher : BaseDispatcher<UICtrlDispatcher, uint, object>
{
}
}