Code cleanup

This commit is contained in:
Stone_Red
2026-06-10 03:22:45 +02:00
parent f6e03c052e
commit 3a635e85df
6 changed files with 11 additions and 23 deletions
+4 -10
View File
@@ -1,14 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace RemSox.Processing;
namespace RemSox.Processing
public class ProcessMetrics
{
public class ProcessMetrics
{
public int AverageTickTimeMs { get; set; }
public int AverageTickTimeMs { get; set; }
public int LastTickTimeMs { get; set; }
}
public int LastTickTimeMs { get; set; }
}