InternalLogicBasic.cs 204 B

12345678910
  1. using NetCore;
  2. using NetCore.Protocol.MemoryPack;
  3. using NetServerCore.NetLink;
  4. namespace NetServer.InternalServer;
  5. public abstract class InternalLogicBasic : LogicBaisc<InternalMemoryRequst>
  6. {
  7. }