struct

PointClickEngine::Core::QuestReward

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Reward given when quest is completed

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(type : String, identifier : String, amount : Int32 = 1)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

amount
Source
amount=(amount : Int32)
Source
identifier
Source
identifier=(identifier : String)
Source
type
Source
type=(type : String)
Source