Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Fail() [1/2]

static void System.Diagnostics.Debug.Fail ( string? message)
inlinestatic

Definition at line 313 of file Debug.cs.

314 {
315 Fail(message, string.Empty);
316 }
static void Fail(string? message)
Definition Debug.cs:313

References System.Diagnostics.Debug.Fail().

Referenced by System.Diagnostics.Debug.Assert(), and System.Diagnostics.Debug.Fail().