C# Класс Terraria.ModLoader.Default.MysteryPlayer

Наследование: ModPlayer
Показать файл Открыть проект

Открытые методы

Метод Описание
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