Class UserSubTaskSkill
Inheritance
System.Object
UserSubTaskSkill
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskSkill : UserSubTaskSubscribe<Skill>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskSkill()
Declaration
public UserSubTaskSkill()
Fields
SkillFriendlyName
Declaration
public string SkillFriendlyName
Field Value
Type |
Description |
System.String |
|
Specialty
Declaration
public UserSubTaskSkill.SpecialtyRequirement Specialty
Field Value
Properties
Subscription
Declaration
protected override ThreadSafeAction<Skill> Subscription { get; }
Property Value
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Gameplay.Skills.Skill>.Subscription
Methods
IsComplete(Skill)
Declaration
protected override bool IsComplete(Skill s)
Parameters
Type |
Name |
Description |
Skill |
s |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Gameplay.Skills.Skill>.IsComplete(Eco.Gameplay.Skills.Skill)
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods