This commit is contained in:
JohnCorby 2022-05-28 10:12:15 -07:00
parent a26b8de8d1
commit 1891e19a9e

View File

@ -118,7 +118,9 @@ internal class LightSensorPatches : QSBPatch
return false;
}
// to prevent allocating a new list every frame
/// <summary>
/// to prevent allocating a new list every frame
/// </summary>
private static readonly List<DreamLanternController> _prevIlluminatingDreamLanternList = new();
[HarmonyPrefix]