diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-05-04 13:20:14 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-05-04 14:09:42 +0200 |
commit | aff2e47bff7bb70c068772d5bb49b57a2acd19aa (patch) | |
tree | e4d7596c9fb38f0b00ec6c0f8d7fb4d25192a775 /doc | |
parent | 7ebc866418b075df58cbe4e31fcf8b0c3acd70a1 (diff) | |
download | redot-engine-aff2e47bff7bb70c068772d5bb49b57a2acd19aa.tar.gz |
[C#] Unexpose `GodotSharp`
This class seems to have been exposed accidentally, and breaks
documentation on non-mono builds, requiring hacks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 26bf515135..87bc4c6db2 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1570,9 +1570,6 @@ <member name="Geometry3D" type="Geometry3D" setter="" getter=""> The [Geometry3D] singleton. </member> - <member name="GodotSharp" type="GodotSharp" setter="" getter=""> - The [GodotSharp] singleton. - </member> <member name="IP" type="IP" setter="" getter=""> The [IP] singleton. </member> |