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

◆ Beep() [1/2]

static void System.ConsolePal.Beep ( )
inlinestatic

Definition at line 698 of file ConsolePal.cs.

699 {
700 global::Interop.Kernel32.Beep(800, 200);
701 }

Referenced by System.Console.Beep(), and System.Console.Beep().