Documentation missing method keyword in C# fix

### Description
line 219 missing "Instance" after "scene."

### Issue
https://github.com/godotengine/godot-docs/issues/5942
This commit is contained in:
Jihad Khawaja
2022-07-19 12:37:57 +03:00
committed by GitHub
parent 8f9a5db8ff
commit 61be0eb5ec

View File

@@ -216,7 +216,7 @@ as a child of your current node.
.. code-tab:: csharp
var instance = scene.();
var instance = scene.Instance();
AddChild(instance);
The advantage of this two-step process is you can keep a packed scene loaded and