FakeWorld

data class FakeWorld(val id: String, val name: String = id)

Minimal fake world.

Design note

This is intentionally tiny: KTale does not model full game entities/world state. Plugins can store their own metadata externally if needed.

Constructors

Link copied to clipboard
constructor(id: String, name: String = id)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard