C# 클래스 Terraria.ModLoader.Default.MysteryTilesWorld

상속: ModWorld
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound

비공개 메소드들

메소드 설명
ConfirmPendingInfo ( ) : void
RestoreTiles ( List canRestore ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Load() 공개 메소드

public Load ( TagCompound tag ) : void
tag TagCompound
리턴 void

LoadLegacy() 공개 메소드

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( ) : TagCompound
리턴 TagCompound