From 3740276d383a0a86eea2435cadfe91afdf4f771b Mon Sep 17 00:00:00 2001 From: swift502 Date: Sun, 25 Apr 2021 14:54:28 +0200 Subject: [PATCH] Fix broken C# tab in Resources scripting tutorial --- tutorials/scripting/resources.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/scripting/resources.rst b/tutorials/scripting/resources.rst index 62a4ebb24..4e0c1c39d 100644 --- a/tutorials/scripting/resources.rst +++ b/tutorials/scripting/resources.rst @@ -353,6 +353,7 @@ Let's see some examples. # This will NOT serialize the 'value' property. ResourceSaver.save("res://my_res.tres", my_res) .. code-tab:: csharp + using System; using Godot;