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
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