C# Class OTAPI.Patcher.Engine.Modifications.Hooks.Npc.BossBagItem

In this patch we will replace the server code to use a custom Item.NewItem method named "BossBagItem". We then insert some IL to check the result variable for the int -1. If they match then we cancel the vanilla function by returning.
Inheritance: ModificationBase
显示文件 Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void