Added anyValue union field

This commit is contained in:
smallmodel 2023-08-19 20:46:42 +02:00
parent 459aa89ca2
commit 24f3b3bc93
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -87,6 +87,7 @@ public:
SafePtr<Listener> *listenerValue;
str *stringValue;
float *vectorValue;
void *anyValue;
ScriptVariable *refValue;