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

◆ RegisterCommandCallback()

void System.Diagnostics.Tracing.CounterGroup.RegisterCommandCallback ( )
inlineprivate

Definition at line 53 of file CounterGroup.cs.

54 {
55 _eventSource.EventCommandExecuted += OnEventSourceCommand;
56 }
void OnEventSourceCommand(object sender, EventCommandEventArgs e)

References System.Diagnostics.Tracing.CounterGroup.OnEventSourceCommand().

Referenced by System.Diagnostics.Tracing.CounterGroup.CounterGroup().