瀏覽代碼

Fix broken C# tab in Resources scripting tutorial

swift502 4 年之前
父節點
當前提交
92e55d4b81
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      getting_started/step_by_step/resources.rst

+ 1 - 0
getting_started/step_by_step/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;