Improved time prefix
This commit is contained in:
6
client/scripts/object/Setting.js
Normal file
6
client/scripts/object/Setting.js
Normal file
@ -0,0 +1,6 @@
|
||||
class Setting{
|
||||
constructor(name, defaultValue){
|
||||
this.name = name;
|
||||
this.defaultValue = defaultValue;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user