C# 클래스 TDSM.Core.Utils

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
NotifyAllOps ( string message, bool writeToConsole = true ) : void

Notifies all ops.

메소드 상세

NotifyAllOps() 공개 정적인 메소드

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