Npc Interaction
open class NpcInteraction(npcName: String, npcLocation: Tile?, action: String, actions: List<String>, widgetActions: Set<WidgetAction>?) : NamedEntityInteraction
Content copied to clipboard
Constructors
NpcInteraction
Link copied to clipboard
fun NpcInteraction(npcName: String, action: String, actions: List<String>, widgetActions: Set<WidgetAction>? = null)
Content copied to clipboard
Functions
Properties
identifier
Link copied to clipboard
npcLocation
Link copied to clipboard
requirements
Link copied to clipboard
type
Link copied to clipboard
widgetActions
Link copied to clipboard