메소드 | 설명 | |
---|---|---|
Print ( string str, bool print = false ) : void | ||
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void | ||
PrintError ( string text ) : void | ||
PrintInfo ( string text ) : void | ||
PrintSuccess ( string text ) : void | ||
PrintVector ( this vec ) : string |
메소드 | 설명 | |
---|---|---|
PrintEncolored ( string text, ConsoleColor color ) : void |
public static Print ( string str, bool print = false ) : void | ||
str | string | |
bool | ||
리턴 | void |
public static Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void | ||
str | string | |
bool | ||
type | MessageType | |
리턴 | void |