Метод | Описание | |
---|---|---|
GetSurgeAbility ( string surgeAbility ) : |
Takes a string and returns an SurgeAbility instance
|
|
SurgeAbility ( int cost, |
Initializes a new instance of the SurgeAbility class.
|
public static GetSurgeAbility ( string surgeAbility ) : |
||
surgeAbility | string | /// The surge ability in raw text format /// |
Результат |
public SurgeAbility ( int cost, |
||
cost | int | /// The cost of the ability /// |
ability | /// The ability to be bought /// | |
Результат | Descent.Model.Event |