C# Class AcademyRPG.Lumberjack

Inheritance: Character, IGatherer
Mostra file Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

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

Method Details

Lumberjack() public method

public Lumberjack ( string name, Point position, int owner ) : System
name string
position Point
owner int
return System

TryGather() public method

public TryGather ( IResource resource ) : bool
resource IResource
return bool