We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6579de2 commit f6a6c31Copy full SHA for f6a6c31
UnityPyTypetreeCodegen/__init__.py
@@ -1 +1 @@
1
-__version__ = (0, 0, 8)
+__version__ = (0, 0, 9)
UnityPyTypetreeCodegen/__main__.py
@@ -128,7 +128,7 @@ def __save(self):
128
return __inner
129
130
# Helper functions
131
-def UTTCGen_GetClasss(src: MonoBehaviour | str) -> Type:
+def UTTCGen_GetClass(src: MonoBehaviour | str) -> Type:
132
"""Get the class definition from MonoBehaviour or a full type name."""
133
if isinstance(src, MonoBehaviour):
134
script = src.m_Script.read()
0 commit comments