C# (CSharp) 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)
RemoveNatFromConstructor The upnp that terraria uses is not mono compatible. While it's possible to replace its functionality with one that is, it's not really worth the drama of implementing it. This modification will remove the NAT code from the Terraria.Netplay constructor, thus allowing mono to continue.
RemoveNatFromNetplay