Initial Commit
This commit is contained in:
commit
d2176afff9
23 changed files with 778 additions and 0 deletions
8
CruelMan/Modules/Settings/Setting.cs
Normal file
8
CruelMan/Modules/Settings/Setting.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace CruelMan.Modules.Settings {
|
||||
public abstract class Setting {
|
||||
public abstract string Name { get; }
|
||||
public abstract string Description { get; }
|
||||
|
||||
public Setting() {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue