Метод | Описание | |
---|---|---|
Log ( string text, ConsoleColor color = ConsoleColor.White ) : void | ||
PrettyDeltaTime ( System.TimeSpan span, string rough = "" ) : string |
public static Log ( string text, ConsoleColor color = ConsoleColor.White ) : void | ||
text | string | |
color | ConsoleColor | |
Результат | void |
public static PrettyDeltaTime ( System.TimeSpan span, string rough = "" ) : string | ||
span | System.TimeSpan | |
rough | string | |
Результат | string |