using Entitas; using JNGame.Sync.Entity; using NotImplementedException = System.NotImplementedException; namespace JNGame.Sync.System { /// <summary> /// 同步 - 基础系统 /// </summary> public class SBaseSystem : JNBaseSystem { public JNContexts Contexts; } }