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

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

공개 메소드들

메소드 설명
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound
SetupStartInventory ( IList items ) : 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

SetupStartInventory() 공개 메소드

public SetupStartInventory ( IList items ) : void
items IList
리턴 void