Table of Contents

Delegate Job.JobPerformanceDelegate

Namespace
TinyLife.Goals
Assembly
Tiny Life.dll

A delegate method used for OnGetWorkingPerformance.

public delegate void Job.JobPerformanceDelegate(WorkAction action, TimeSpan passedInGame, ref float performance)

Parameters

action WorkAction
A delegate method used for .
passedInGame TimeSpan
A delegate method used for .
performance float
A delegate method used for .
Extension Methods