mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Apply suggestions from code review
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ The following two scripts will be used as references throughout this page.
|
||||
{
|
||||
public string myField = "bar";
|
||||
|
||||
[Signal] public delegate void MySignal();
|
||||
[Signal] public delegate void MySignalEventHandler();
|
||||
|
||||
public void PrintNodeName(Node node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user