using NetCore; using NetCore.Protocol.MemoryPack; using NetServerCore.NetLink; namespace NetServer.InternalServer; public abstract class InternalLogicBasic : LogicBaisc<InternalMemoryRequst> { }