PointClickEngine::Core::AchievementManager::Achievement
Inherits YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
description
Sourcedescription=(description : String)
Sourceicon_path
Sourceicon_path=(icon_path : String | Nil)
Sourceid
Sourceid=(id : String)
Sourcename
Sourcename=(name : String)
Sourceunlock_time
Sourceunlock_time=(unlock_time : Time | Nil)
Sourceunlocked
Sourceunlocked=(unlocked : Bool)
Source