Method | Description | |
---|---|---|
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void | ||
PrintError ( string text ) : void | ||
PrintInfo ( string text ) : void | ||
PrintSuccess ( string text ) : void |
Method | Description | |
---|---|---|
PrintEncolored ( string text, ConsoleColor color ) : void |
public static Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void | ||
str | string | |
bool | ||
type | MessageType | |
return | void |
public static PrintError ( string text ) : void | ||
text | string | |
return | void |
public static PrintInfo ( string text ) : void | ||
text | string | |
return | void |
public static PrintSuccess ( string text ) : void | ||
text | string | |
return | void |