C# 클래스 AcademyRPG.Giant

상속: Character, IFighter, IGatherer
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

공개 메소드들

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

메소드 상세

GetTargetIndex() 공개 메소드

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

Giant() 공개 메소드

public Giant ( string name, Point position ) : System
name string
position Point
리턴 System

TryGather() 공개 메소드

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