Class SkillManager
Inheritance
System.Object
SkillManager
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class SkillManager : Singleton<SkillManager>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
SkillManager()
Declaration
Fields
Settings
Declaration
public static SkillSettings Settings
Field Value
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetCostOfStar(Int32)
Declaration
public int GetCostOfStar(int starNumber)
Parameters
Type |
Name |
Description |
System.Int32 |
starNumber |
|
Returns
Type |
Description |
System.Int32 |
|
GetOrMakeReqs(Single)
Declaration
public SkillReqs GetOrMakeReqs(float tier)
Parameters
Type |
Name |
Description |
System.Single |
tier |
|
Returns
Initialize()
Declaration
Events
OnSkillValsChanged
Declaration
public static event Action OnSkillValsChanged
Event Type
Type |
Description |
System.Action |
|
PropertyChanged
Declaration
public virtual event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods