private void Init(Action cb) { Utils.Instance.Init(); UIManager.Instance.Init(); Bean.TryLoadConfig("BagItem"); if (cb != null) { cb(); } }