init stuff
This commit is contained in:
7
webpage/role.js
Normal file
7
webpage/role.js
Normal file
@@ -0,0 +1,7 @@
|
||||
class role{
|
||||
constructor(JSON, owner){
|
||||
for(const thing of Object.keys(JSON)){
|
||||
this[thing]=JSON[thing];
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user