cull(engine-cleanup): pass-9 cascade round 2 after NGUIText stub

This commit is contained in:
gamer147
2026-07-03 23:38:51 -04:00
parent 08c6bca58c
commit 39ae2b0c0a
4 changed files with 0 additions and 43 deletions

View File

@@ -337,7 +337,6 @@ public void Play(int hash, int layer, float normalizedTime) { }
public Vector3 WorldToScreenPoint(Vector3 p) => p;
public Ray ScreenPointToRay(Vector3 p) => default;
}
public partial struct CharacterInfo { }
// ---- coroutine machinery (never pumped headless; types must exist) ----
public class YieldInstruction { }