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