Assume that I have a class which do not inherit from anything ``` class UserDefineType { // Some properties. }; ``` There is no way that I can **ADD_PROPERTY** to use it in GDScript/C# as it requires PropertyInfo must be one of the variant type.