C# Class AcademyRPG.Knight

Inheritance: Character, IFighter
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
GetTargetIndex ( List availableTargets ) : int
Knight ( string name, Point position, int owner ) : System

Method Details

GetTargetIndex() public méthode

public GetTargetIndex ( List availableTargets ) : int
availableTargets List
Résultat int

Knight() public méthode

public Knight ( string name, Point position, int owner ) : System
name string
position Point
owner int
Résultat System