C# 클래스 EasyFarm.Classes.BattleAbility

An ability that should be used in battle. It represents both targeted and buffing abilities allowing the player to choose to cast abilities when a buff has worn.
상속: BindableBase
파일 보기 프로젝트 열기: EasyFarm/EasyFarm 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BattleAbility System

공개 메소드들

메소드 설명
AutoFill ( ) : void

Sets the ability field.

BattleAbility ( EasyFarm.Parsing.Ability ability ) : System

Create a storing a reference to the given ability.

FindAbility ( string name ) : EasyFarm.Parsing.Ability

Locates an ability by name and prompting the user if more than one ability has been found.

비공개 메소드들

메소드 설명
BattleAbility ( ) : System

메소드 상세

AutoFill() 공개 메소드

Sets the ability field.
public AutoFill ( ) : void
리턴 void

BattleAbility() 공개 메소드

Create a storing a reference to the given ability.
public BattleAbility ( EasyFarm.Parsing.Ability ability ) : System
ability EasyFarm.Parsing.Ability
리턴 System

FindAbility() 공개 메소드

Locates an ability by name and prompting the user if more than one ability has been found.
public FindAbility ( string name ) : EasyFarm.Parsing.Ability
name string
리턴 EasyFarm.Parsing.Ability