© 2026 Hedgehog Software, LLC
public void Update() { if ( !Console.KeyAvailable ) return; var key = Console.ReadKey(intercept: true); }
Debug.Log(); return;
Debug.Log()
ReadKey()