summaryrefslogtreecommitdiff
path: root/godot/scripts/machines/NetworkedMachineGDS.gd
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scripts/machines/NetworkedMachineGDS.gd')
-rw-r--r--godot/scripts/machines/NetworkedMachineGDS.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/godot/scripts/machines/NetworkedMachineGDS.gd b/godot/scripts/machines/NetworkedMachineGDS.gd
index eb675d0..a8ee1da 100644
--- a/godot/scripts/machines/NetworkedMachineGDS.gd
+++ b/godot/scripts/machines/NetworkedMachineGDS.gd
@@ -1,6 +1,7 @@
extends RigidBody
var in_use: bool = false
+var controllable: bool = false
var user: RigidBody = null
var world: Spatial = null