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

◆ Beep() [1/2]

static void System.Console.Beep ( )
inlinestatic

Definition at line 576 of file Console.cs.

577 {
578 ConsolePal.Beep();
579 }

References System.ConsolePal.Beep().