9 lines
183 B
C#
9 lines
183 B
C#
|
namespace ET
|
|||
|
{
|
|||
|
public class NetKcpComponent: Entity
|
|||
|
{
|
|||
|
public AService Service;
|
|||
|
|
|||
|
public IMessageDispatcher MessageDispatcher { get; set; }
|
|||
|
}
|
|||
|
}
|