diff options
Diffstat (limited to 'lib/nodes/physical.js')
| -rw-r--r-- | lib/nodes/physical.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodes/physical.js b/lib/nodes/physical.js index 77139ec..ff4dd00 100644 --- a/lib/nodes/physical.js +++ b/lib/nodes/physical.js @@ -10,7 +10,7 @@ import BodyComponent from '../components/body'; */ export default class PhysicalNode extends Node { -}; +} /** * Holds the types that are used to identify an entity with a physical |