You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Added missing onready token name
This commit is contained in:
@@ -88,6 +88,7 @@ const char* GDTokenizer::token_names[TK_MAX]={
|
|||||||
"func",
|
"func",
|
||||||
"class",
|
"class",
|
||||||
"extends",
|
"extends",
|
||||||
|
"onready",
|
||||||
"tool",
|
"tool",
|
||||||
"static",
|
"static",
|
||||||
"export",
|
"export",
|
||||||
|
|||||||
Reference in New Issue
Block a user