6 lines
136 B
C#
6 lines
136 B
C#
|
|
namespace BingoBrain.Core
|
||
|
|
{
|
||
|
|
public class ChannelDispatcher : BaseMainThreadDispatcher<ChannelDispatcher, uint, object>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|