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