You've already forked godot
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:
committed by
Rémi Verschelde
parent
36a32f4a5a
commit
c2918e6e06
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user