From f243dc8d7527cde3d5b5a4f6e659cf7604f5ae2a Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 21 Oct 2021 14:12:12 +0200 Subject: :sparkles: Make all variable-types changeable from both home and editor --- NeoRuntime/Runtime/luxcena_neo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NeoRuntime/Runtime/luxcena_neo/__init__.py') diff --git a/NeoRuntime/Runtime/luxcena_neo/__init__.py b/NeoRuntime/Runtime/luxcena_neo/__init__.py index 606f365..91fdfba 100644 --- a/NeoRuntime/Runtime/luxcena_neo/__init__.py +++ b/NeoRuntime/Runtime/luxcena_neo/__init__.py @@ -1,2 +1,2 @@ -from .neo_behaviour import NeoBehaviour, VariableType, ColorVariable, FloatVariable, IntegerVariable, BooleanVariable +from .neo_behaviour import NeoBehaviour, VariableType, ColorVariable, FloatVariable, IntegerVariable, BooleanVariable, Trigger import luxcena_neo.color_utils as utils -- cgit v1.2.3