mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
One too many open curly bracket "{".
Wrong
public void PrintMe() {
Correct
public void PrintMe()
One too many open curly bracket "{".
Wrong
public void PrintMe() {
Correct
public void PrintMe()