[Doc] Fix casing of some C# names

This commit is contained in:
A Thousand Ships
2024-03-20 13:39:00 +01:00
parent fe01776f05
commit 366cc648bf
6 changed files with 13 additions and 13 deletions

View File

@ -121,7 +121,7 @@
return
[/gdscript]
[csharp]
var socket = new PacketPeerUDP();
var socket = new PacketPeerUdp();
// Server
socket.SetDestAddress("127.0.0.1", 789);
socket.PutPacket("Time to stop".ToAsciiBuffer());