CoreConfig
Configuration holder for core game parameters loaded from properties files. Manages character representations and storage configuration.
Properties
Functions
Link copied to clipboard
fun copy(targetChar: Char = this.targetChar, emptyChar: Char = this.emptyChar, gameStorageType: GameStorageType = this.gameStorageType, savesPath: String = this.savesPath, dbName: String = this.dbName, dbURI: String = this.dbURI, dbPort: Int = this.dbPort, dbUser: String = this.dbUser, dbPassword: String = this.dbPassword): CoreConfig
Creates a copy of this CoreConfig with optionally modified values.
Link copied to clipboard
Returns the default configuration entries for core game settings.