Bundled NativeScripts snapshot.

Source: D:/ai-agent-tf/202510_remake_worlds/ChuChuBurger/Environment/NativeScripts/
Snapshot date: 2026-04-17
File count: 614

These .d.mlua files define engine built-in types (Logic, Component, Service,
EventType, etc.) that the mlua language server needs to resolve `extends Logic`,
`_TimerService`, component/property types, and so on.

Resolution order in indexer.collectDocuments():
  1. env MLUA_NATIVE_SCRIPTS_DIR (explicit override)
  2. <projectRoot>/Environment/NativeScripts/ (project-owned, matches engine version)
  3. this bundled snapshot (fallback for standalone use, e.g. ad-hoc code checks)

Note: NativeScripts differ across engine versions. Bundled snapshot may be
slightly newer/older than a given project's own. When a project ships its
own Environment/NativeScripts, that version is preferred.
