C# Class OTAPI.Modifications.Mono.Modifications.RemoveConsoleCtrlCheck

Mono does not like the SetConsoleCtrlHandler method that terraria uses for its server. This modification will remove the call to this method, allowing mono to continue. Alternatively we could have used Program.LaunchGame, but we would then have to implement the assembly resolving (at least while terraria still contains embedded assemblies)
Inheritance: ModificationBase
显示文件 Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void