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
Afficher le fichier Open project: DeathCradle/Open-Terraria-API

Méthodes publiques

Méthode Description
Run ( ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void