Builder
data class Builder(var platformInterface: PlatformInterface? = null, var luaTable: LuaTable? = null, var storyDataModel: StoryDataModel? = null, var gameMap: GameMap? = null, var items: ItemsContainerModel? = null, var storyModel: StoryModel? = null, var properties: Properties? = null, var applicationLogger: ApplicationLogger? = null)
Constructors
Link copied to clipboard
constructor(platformInterface: PlatformInterface? = null, luaTable: LuaTable? = null, storyDataModel: StoryDataModel? = null, gameMap: GameMap? = null, items: ItemsContainerModel? = null, storyModel: StoryModel? = null, properties: Properties? = null, applicationLogger: ApplicationLogger? = null)