You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix missing comma
This commit is contained in:
@@ -2696,7 +2696,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||||||
"class",
|
"class",
|
||||||
"extends",
|
"extends",
|
||||||
"func",
|
"func",
|
||||||
"preload"
|
"preload",
|
||||||
"setget",
|
"setget",
|
||||||
"signal",
|
"signal",
|
||||||
"tool",
|
"tool",
|
||||||
|
|||||||
Reference in New Issue
Block a user