Made windowspawner keep track of spawned window count

This commit is contained in:
2026-01-19 20:22:35 +00:00
parent e636e28d3a
commit 6c3e7ca111
6 changed files with 18 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ namespace InterfaceOff.WorldScene
private float MouseYaw = 90;
private int CurrentFrameIndex;
private List<PlayerFrameInfo> FrameInfo = new();
private readonly List<PlayerFrameInfo> FrameInfo = new();
private void Awake()
{