doc: Sync classref with Mono build
This commit is contained in:
parent
136c3b1a16
commit
62bea72601
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSharpScript" inherits="Script" category="Core" version="3.2">
|
||||
<class name="CSharpScript" inherits="Script" version="3.4">
|
||||
<brief_description>
|
||||
A script implemented in the C# programming language (Mono-enabled builds only).
|
||||
</brief_description>
|
||||
|
@ -12,7 +12,7 @@
|
|||
</tutorials>
|
||||
<methods>
|
||||
<method name="new" qualifiers="vararg">
|
||||
<return type="Object">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<description>
|
||||
Returns a new instance of the script.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GodotSharp" inherits="Object" category="Core" version="3.2">
|
||||
<class name="GodotSharp" inherits="Object" category="Core" version="3.4">
|
||||
<brief_description>
|
||||
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
|
||||
</brief_description>
|
||||
|
|
Loading…
Reference in a new issue