init commit
This commit is contained in:
12
Server Dashboard/DashboardModules/ModuleItem.cs
Normal file
12
Server Dashboard/DashboardModules/ModuleItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
class ModuleItem {
|
||||
public string Name { get; set; }
|
||||
public double CpuTemp { get; set; }
|
||||
public double GpuTemp { get; set; }
|
||||
public DateTime Uptime { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user