Files

4 lines
106 B
C#

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