mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-29 19:53:38 +01:00
use custom interpolated string handler
This commit is contained in:
parent
4a04513652
commit
86cdcdb5cf
9 changed files with 88 additions and 31 deletions
|
|
@ -35,7 +35,7 @@ public abstract class WindowMediatorSubscriberBase : Window, IMediatorSubscriber
|
|||
|
||||
public override void Draw()
|
||||
{
|
||||
_performanceCollectorService.LogPerformance(this, "Draw", DrawInternal);
|
||||
_performanceCollectorService.LogPerformance(this, $"Draw", DrawInternal);
|
||||
}
|
||||
|
||||
protected abstract void DrawInternal();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue