FileStorageParams

data class FileStorageParams(val folder: String) : StorageParams

Configuration for file-based storage.

Constructors

Link copied to clipboard
constructor(folder: String)

Properties

Link copied to clipboard

The directory path where game files will be stored.