diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 16:41:40 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 16:41:40 +0200 |
commit | 076c967a8aaac929735694f295ade5adaf8c9ff3 (patch) | |
tree | 40cb34f10f4af899e65b9d052634ffb7495dfe37 /NeoRuntime/Runtime/luxcena_neo/__init__.py | |
parent | da3dd5ac04555994995870cc7e19dc18c030191b (diff) | |
download | Luxcena-Neo-076c967a8aaac929735694f295ade5adaf8c9ff3.tar.gz Luxcena-Neo-076c967a8aaac929735694f295ade5adaf8c9ff3.zip |
:sparkles: Add actual different variable types, this also changes slightly how they are defined
Diffstat (limited to 'NeoRuntime/Runtime/luxcena_neo/__init__.py')
-rw-r--r-- | NeoRuntime/Runtime/luxcena_neo/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NeoRuntime/Runtime/luxcena_neo/__init__.py b/NeoRuntime/Runtime/luxcena_neo/__init__.py index dfec639..fbbc670 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 +from .neo_behaviour import NeoBehaviour, VariableType, ColorVariable, FloatVariable, IntegerVariable import luxcena_neo.color_utils as utils
\ No newline at end of file |