C# 클래스 TDSM.Core.Mono.Sigterm.MonoSigterm

This class is used to isolate the mono specific code into it's own container. The Sigterm class is used to check what platform is running without triggering a load of the Mono.Posix dll. Calling this class will trigger the load.
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
OnServerTick ( Entry plugin ) : void

메소드 상세

OnServerTick() 공개 정적인 메소드

public static OnServerTick ( Entry plugin ) : void
plugin Entry
리턴 void