private void GetMinimumRequirementArray(ref Loadout.Entry[] array, bool forceUpdate) { if (forceUpdate || array == null) { array = (new List <Loadout.Entry>(Loadout.EnumerateRequired(this.GetEntryArrays()))).ToArray(); } }