mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-09 14:10:53 +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()