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
Показать файл Открыть проект

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

Метод Описание
Run ( ) : void

Описание методов

Run() публичный Метод

public Run ( ) : void
Результат void