C# Class Dwarrowdelf.ActionReport

Inheritance: LivingReport
Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
SetFail ( string str ) : void

Protected Methods

Method Description
ActionReport ( ILivingObject living ) : System

Method Details

ActionReport() protected method

protected ActionReport ( ILivingObject living ) : System
living ILivingObject
return System

SetFail() public method

public SetFail ( string str ) : void
str string
return void