C# 클래스 CJBCheatsMenu.Framework.Cheats.Time.SetDayCheat

A cheat which sets the current day.
상속: CJBCheatsMenu.Framework.Cheats.Time.BaseDateCheat
파일 보기 프로젝트 열기: CJBok/SDV-Mods

공개 메소드들

메소드 설명
GetFields ( CheatContext context ) : IEnumerable

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

비공개 메소드들

메소드 설명
SafelySetDay ( int day ) : void

Safely transition to the given day.

메소드 상세

GetFields() 공개 메소드

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