> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# DefaultLibrariesEnum enum

> Numeric index keys for the built-in library slots.

# DefaultLibrariesEnum

## Summary

Numeric index keys for the built-in library slots.

## Members

| Member             | Description |
| ------------------ | ----------- |
| `ASSET_MANAGER`    |             |
| `COMPONENT_SYSTEM` |             |
| `GRAPHICS`         |             |
| `INPUT`            |             |
| `MUSIC`            |             |
| `NETWORK`          |             |
| `SOUND`            |             |

## Remarks

Used internally by `LibraryManager` to keep O(1) access to the well-known library positions. Game code should not reference these values directly — use the typed accessor methods on `LibraryManager` instead.
