C# Class 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.
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
OnServerTick ( Entry plugin ) : void

Method Details

OnServerTick() public static méthode

public static OnServerTick ( Entry plugin ) : void
plugin Entry
Résultat void