/// <summary> /// Rebuilds and reloads all of the abilities. Useful after changing settings. /// </summary> public static void Reload() { _singletonInstance = new SnapshotManager(); }