C# 클래스 ShowItemQuality.ModEntry

The mod entry point.
상속: Mod
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Entry ( IModHelper helper ) : void

The mod entry point, called after the mod is first loaded.

메소드 상세

Entry() 공개 메소드

The mod entry point, called after the mod is first loaded.
public Entry ( IModHelper helper ) : void
helper IModHelper Provides simplified APIs for writing mods.
리턴 void