private static async Task ReleaseSystems() { await Systems.ReleaseAsync(); Systems = null; }
private static async Task InitSystems() { Systems = new GFSystemManager(); await Systems.InitAsync(); }