C# Class AcademyRPG.Lumberjack

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

Méthodes publiques

Méthode Description
Lumberjack ( string name, Point position, int owner ) : System
TryGather ( IResource resource ) : bool

Method Details

Lumberjack() public méthode

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

TryGather() public méthode

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