C# Class OTAPI.Patcher.Engine.Modifications.Hooks.Collision.SwitchTiles

This mod we will replace the HitSwitch calls with our own custom version, as the SendData method will also be ripped out as it's quicker and easier to do this than hacking ourselves into the if blocks.
Inheritance: ModificationBase
Show file Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void