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)
Sourcenew(type : String, identifier : String, amount : Int32 = 1)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
amount
Sourceamount=(amount : Int32)
Sourceidentifier
Sourceidentifier=(identifier : String)
Sourcetype
Sourcetype=(type : String)
Source