C# Class OTAPI.Modifications.Main.Command.Modifications.Command

This modification will add a command hook to the vanilla command thread. Typically consumers will just run their own command thread, but this one allows me to keep vanilla functionality in my test app.
Inheritance: ModificationBase
ファイルを表示 Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void