C# Class OTAPI.Patcher.Engine.Modifications.Hooks.World.Statue

In this modification we will insert our callback to be the return value of the MechSpawn function in both NPC and Item. Additionally we also append all the arguments and some local variables so we have more data to work with.
Inheritance: ModificationBase
ファイルを表示 Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void