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

6 lines
120 B
C#

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