mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
goofy
This commit is contained in:
parent
a26b8de8d1
commit
1891e19a9e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user