Some stuff

This commit is contained in:
sausage
2022-05-23 19:19:56 +08:00
parent 118725e949
commit 7854a47569
8 changed files with 101 additions and 97 deletions

View File

@ -37,6 +37,7 @@ namespace RageCoop.Client
DiagnosticMenu.Opening+=(sender, e) =>
{
DiagnosticMenu.Clear();
DiagnosticMenu.Add(new NativeItem("EntityPool", EntityPool.DumpDebug()));
foreach (var pair in Debug.TimeStamps)
{
DiagnosticMenu.Add(new NativeItem(pair.Key.ToString(), pair.Value.ToString(), pair.Value.ToString()));