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

◆ Clear()

static void Terraria.UI.InGameNotificationsTracker.Clear ( )
inlinestatic

Definition at line 91 of file InGameNotificationsTracker.cs.

92 {
93 _notifications.Clear();
94 }
static List< IInGameNotification > _notifications

References Terraria.UI.InGameNotificationsTracker._notifications.

Referenced by Terraria.Main.UpdateMenu().