C# Class FluffyManager.ManagerJob_Trading

Inheritance: ManagerJob
Show file Open project: FluffierThanThou/RW_Manager Class Usage Examples

Public Methods

Method Description
CleanUp ( ) : void
DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
DrawOverviewDetails ( Rect rect ) : void
ManagerJob_Trading ( Manager manager ) : System
TryDoJob ( ) : bool

Method Details

CleanUp() public method

public CleanUp ( ) : void
return void

DrawListEntry() public method

public DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
rect UnityEngine.Rect
overview bool
active bool
return void

DrawOverviewDetails() public method

public DrawOverviewDetails ( Rect rect ) : void
rect UnityEngine.Rect
return void

ManagerJob_Trading() public method

public ManagerJob_Trading ( Manager manager ) : System
manager Manager
return System

TryDoJob() public method

public TryDoJob ( ) : bool
return bool