mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (518b9e580)
This commit is contained in:
@@ -28,7 +28,7 @@ Below a small example of how to use it:
|
||||
|
||||
.. code-tab:: gdscript
|
||||
|
||||
# ServerNode.gd
|
||||
# server_node.gd
|
||||
extends Node
|
||||
|
||||
var dtls := DTLSServer.new()
|
||||
@@ -111,7 +111,7 @@ Below a small example of how to use it:
|
||||
|
||||
.. code-tab:: gdscript
|
||||
|
||||
# ClientNode.gd
|
||||
# client_node.gd
|
||||
extends Node
|
||||
|
||||
var dtls := PacketPeerDTLS.new()
|
||||
|
||||
Reference in New Issue
Block a user