Fix coloring inconsistencies

This commit is contained in:
2026-01-22 21:05:03 -07:00
parent 812a67a47a
commit e7a21b837f
12 changed files with 1230 additions and 1094 deletions

View File

@@ -12,7 +12,7 @@ public class WebsocketHandler : MonoBehaviour
private bool intentionalDisconnect = false;
private static readonly WaitForSeconds _waitForSeconds2 = new(2f);
public string lastSceneName = null;
private string lastSceneName = null;
private void Awake()
{