C# Class AcademyRPG.Guard

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

Méthodes publiques

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

Method Details

GetTargetIndex() public méthode

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

Guard() public méthode

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