-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy path__init__.py
More file actions
28 lines (28 loc) · 617 Bytes
/
__init__.py
File metadata and controls
28 lines (28 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
from .generated import * # noqa: F403
from .legacy_patch import (
AudioClip as AudioClip,
)
from .legacy_patch import (
GameObject as GameObject,
)
from .legacy_patch import (
Mesh as Mesh,
)
from .legacy_patch import (
Renderer as Renderer,
)
from .legacy_patch import (
Shader as Shader,
)
from .legacy_patch import (
Sprite as Sprite,
)
from .legacy_patch import (
Texture2D as Texture2D,
)
from .legacy_patch import (
Texture2DArray as Texture2DArray,
)
from .Object import Object as Object
from .PPtr import PPtr as PPtr
from .UnknownObject import UnknownObject as UnknownObject