Raw Files - matthewcpp/framework64 GitHub Wiki

Raw files copied as is into the Asset bundle. They can be used to load game data that is needed by your own game logic. These files are accessed using the filesystem functions of the API.

In the asset manifest, the raw files are just simply enumerated as a string array of paths.

"raw": [
    "sample.txt"
]