mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix broken C# tab in Resources scripting tutorial
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user