1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

[Doc] Fix casing of some C# names

(cherry picked from commit 366cc648bf)
This commit is contained in:
A Thousand Ships
2024-03-20 13:39:00 +01:00
committed by Rémi Verschelde
parent 36a32f4a5a
commit c2918e6e06
6 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
packer.flush()
[/gdscript]
[csharp]
var packer = new PCKPacker();
var packer = new PckPacker();
packer.PckStart("test.pck");
packer.AddFile("res://text.txt", "text.txt");
packer.Flush();