C# 클래스 AcademyRPG.Knight

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

공개 메소드들

메소드 설명
GetTargetIndex ( List availableTargets ) : int
Knight ( string name, Point position, int owner ) : System

메소드 상세

GetTargetIndex() 공개 메소드

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

Knight() 공개 메소드

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