Class EnrollAction
Inheritance
System.Object
EnrollAction
Assembly: Eco.Gameplay.dll
Syntax
public class EnrollAction : EducationAction, IController, IViewController, IHasUniversalID, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat
Constructors
EnrollAction()
Declaration
Properties
SubjectBeingTaught
Declaration
public Item SubjectBeingTaught { get; set; }
Property Value
TeacherPercent
Declaration
public float TeacherPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
TuitionCurrency
Declaration
public Currency TuitionCurrency { get; set; }
Property Value
TuitionFee
Declaration
public float TuitionFee { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
Extension Methods