From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/nodes/physical.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nodes/physical.js') 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 -- cgit