C# 클래스 AcademyRPG.Ninja

상속: Character, IFighter, IGatherer
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
GetTargetIndex ( List availableTargets ) : int
Ninja ( string name, Point position, int owner ) : System
TryGather ( IResource resource ) : bool

메소드 상세

GetTargetIndex() 공개 메소드

public GetTargetIndex ( List availableTargets ) : int
availableTargets List
리턴 int

Ninja() 공개 메소드

public Ninja ( string name, Point position, int owner ) : System
name string
position Point
owner int
리턴 System

TryGather() 공개 메소드

public TryGather ( IResource resource ) : bool
resource IResource
리턴 bool