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

This commit is contained in:
gamer147
2026-07-03 23:30:59 -04:00
parent 36bd90c2b3
commit 18844b2233
11 changed files with 5 additions and 274 deletions

View File

@@ -114,10 +114,4 @@ public class BetterList<T>
}
return default(T);
}
public T[] ToArray()
{
Trim();
return buffer;
}
}