NewMapFile

data class NewMapFile(val relativePath: String, val checksum: String)

Represents a new map file to be added.

See NdsStoreUpdater.replaceMap for more details.

Constructors

Link copied to clipboard
constructor(relativePath: String, checksum: String)

Properties

Link copied to clipboard

The SHA-256 checksum of the file.

Link copied to clipboard

Path to the file relative to the map path (path to ROOT.NDS).