restructure world files for copulae
This commit is contained in:
parent
41a3a295c6
commit
ccc77490ea
18 changed files with 163 additions and 29 deletions
10
server/game/room/world/copula/copula.js
Normal file
10
server/game/room/world/copula/copula.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
class Copula {
|
||||
constructor(b1, b2) {
|
||||
this.b1 = b1;
|
||||
this.b2 = b2;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Copula;
|
Loading…
Add table
Add a link
Reference in a new issue