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 43a6c68 commit 2bae353Copy full SHA for 2bae353
2 files changed
addons/source-python/packages/source-python/engines/precache.py
@@ -29,6 +29,7 @@
29
__all__ = ('Decal',
30
'Generic',
31
'Model',
32
+ '_PrecacheBase',
33
)
34
35
addons/source-python/packages/source-python/loggers.py
@@ -30,6 +30,7 @@
# >> ALL DECLARATION
# =============================================================================
__all__ = ('LogManager',
+ '_LogInstance',
36
0 commit comments