1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

New sync keywords in GDScript, NativeScript, Mono

This commit is contained in:
Fabio Alessandrelli
2018-05-26 10:30:36 +02:00
parent 4524153b6e
commit 8e35d937a9
10 changed files with 84 additions and 5 deletions

View File

@@ -115,6 +115,9 @@ public:
TK_PR_SYNC,
TK_PR_MASTER,
TK_PR_SLAVE,
TK_PR_REMOTESYNC,
TK_PR_MASTERSYNC,
TK_PR_SLAVESYNC,
TK_BRACKET_OPEN,
TK_BRACKET_CLOSE,
TK_CURLY_BRACKET_OPEN,