init stuff
This commit is contained in:
parent
abdd9579ff
commit
54448f3a4a
18 changed files with 3199 additions and 0 deletions
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];
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue