Delegate Debug.CheatDelegate
- Namespace
- TinyLife
- Assembly
- Tiny Life.dll
A delegate method used for Cheats.
public delegate void Debug.CheatDelegate(GameImpl game, PersonLike person, Match match)
Parameters
game
GameImpl- A delegate method used for .
person
PersonLike- A delegate method used for .
match
Match- A delegate method used for .
- Extension Methods