Table of Contents

Delegate IBreakableObject.WearDownDelegate

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

A delegate that is used by OnWearDown.

public delegate void IBreakableObject.WearDownDelegate(IBreakableObject obj, TimeSpan time, ref float breakTimerIncreaseMultiplier)

Parameters

obj IBreakableObject
A delegate that is used by .
time TimeSpan
A delegate that is used by .
breakTimerIncreaseMultiplier float
A delegate that is used by .
Extension Methods