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

This modification will insert a callback right before the 'stopDrops = true` in the WorldGen.meteor method so we can create a hook for when meteors drop.
Inheritance: ModificationBase
Mostrar archivo Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void