mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added missing onready token name
This commit is contained in:
parent
b6388e6001
commit
d50e8d2bad
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ const char* GDTokenizer::token_names[TK_MAX]={
|
|||
"func",
|
||||
"class",
|
||||
"extends",
|
||||
"onready",
|
||||
"tool",
|
||||
"static",
|
||||
"export",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue