Method | Description | |
---|---|---|
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 | |
return | void |
public static PrettyDeltaTime ( System.TimeSpan span, string rough = "" ) : string | ||
span | System.TimeSpan | |
rough | string | |
return | string |