add basic game classes

This commit is contained in:
Asraelite 2016-03-21 17:12:26 +00:00
parent ebcee954bf
commit bb9a493450
11 changed files with 137 additions and 6 deletions

View file

@ -0,0 +1,9 @@
'use strict';
class Body {
constructor() {
}
}
module.exports = Body;