Skip to content

Commit f6a6c31

Browse files
committed
Version 0.0.9
Fix typo
1 parent 6579de2 commit f6a6c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnityPyTypetreeCodegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0, 0, 8)
1+
__version__ = (0, 0, 9)

UnityPyTypetreeCodegen/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __save(self):
128128
return __inner
129129
130130
# Helper functions
131-
def UTTCGen_GetClasss(src: MonoBehaviour | str) -> Type:
131+
def UTTCGen_GetClass(src: MonoBehaviour | str) -> Type:
132132
"""Get the class definition from MonoBehaviour or a full type name."""
133133
if isinstance(src, MonoBehaviour):
134134
script = src.m_Script.read()

0 commit comments

Comments
 (0)