C# 클래스 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.
상속: ModificationBase
파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API

공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void