C# Class AcademyRPG.Giant

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

Méthodes publiques

Méthode Description
GetTargetIndex ( List availableTargets ) : int
Giant ( string name, Point position ) : System
TryGather ( IResource resource ) : bool

Method Details

GetTargetIndex() public méthode

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

Giant() public méthode

public Giant ( string name, Point position ) : System
name string
position Point
Résultat System

TryGather() public méthode

public TryGather ( IResource resource ) : bool
resource IResource
Résultat bool