add start of grappling hook

This commit is contained in:
Asraelite 2016-03-26 20:23:05 +00:00
parent ff0ac094cf
commit 4753f879e5
14 changed files with 192 additions and 69 deletions

View file

@ -7,6 +7,10 @@ class Copula {
this.pointA = p1 || b1.com;
this.pointB = p2 || b2.com;
}
packFull() {
return {};
}
}
module.exports = Copula;