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

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

Méthodes publiques

Méthode Description
GetFields ( CheatContext context ) : IEnumerable

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

Private Methods

Méthode Description
SafelySetDay ( int day ) : void

Safely transition to the given day.

Method Details

GetFields() public méthode

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