PTSignal docs

This commit is contained in:
maji
2025-12-29 03:07:35 +07:00
parent 18bcd5e794
commit 2b89a2eac3
29 changed files with 199 additions and 95 deletions

View File

@@ -125,10 +125,10 @@ def define_env(env):
def staticclass(className):
return """<div data-search-exclude markdown>
!!! tip "Static Class"
This object is a static class. It can be accessed by using its name as a keyword like this: `%s`.
This object is a static class. It can be accessed by using its name as a keyword.
Additionally, it cannot be created in the creator menu or with `Instance.New()`.
</div>""" % (className)
</div>"""
@env.macro
def serverexclusive():