public void LoadBox(int box) { if ((uint)box >= SAV.BoxCount) { throw new ArgumentOutOfRangeException(nameof(box)); } SAV.AddBoxData(CurrentContents, box, 0); CurrentBox = box; }