mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
more cleanup
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user