Files

6 lines
120 B
C#

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