Fix broken C# tab in Resources scripting tutorial

This commit is contained in:
swift502
2021-04-25 14:54:28 +02:00
parent ced232bd9c
commit 3740276d38

View File

@@ -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;