more cleanup

This commit is contained in:
Natsumi
2023-06-07 01:03:20 +12:00
parent e1de8508c6
commit 7b63859de9
9 changed files with 148 additions and 164 deletions

View File

@@ -13,8 +13,8 @@ namespace VRCX
{
public static readonly CpuMonitor Instance;
public float CpuUsage;
private PerformanceCounter _performanceCounter;
private Timer _timer;
private readonly PerformanceCounter _performanceCounter;
private readonly Timer _timer;
static CpuMonitor()
{