C# Class TDSM.Core.Utils

Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
NotifyAllOps ( string message, bool writeToConsole = true ) : void

Notifies all ops.

Method Details

NotifyAllOps() public static méthode

Notifies all ops.
public static NotifyAllOps ( string message, bool writeToConsole = true ) : void
message string Message.
writeToConsole bool If set to true write to console.
Résultat void