C# Class CJBCheatsMenu.Framework.Cheats.Time.SetDayCheat

A cheat which sets the current day.
Inheritance: CJBCheatsMenu.Framework.Cheats.Time.BaseDateCheat
Show file Open project: CJBok/SDV-Mods

Public Methods

Method Description
GetFields ( CheatContext context ) : IEnumerable

Get the config UI fields to show in the cheats menu.

Private Methods

Method Description
SafelySetDay ( int day ) : void

Safely transition to the given day.

Method Details

GetFields() public method

Get the config UI fields to show in the cheats menu.
public GetFields ( CheatContext context ) : IEnumerable
context CheatContext The cheat context.
return IEnumerable