This commit is contained in:
CocoTheOwner 2021-08-13 21:18:15 +02:00
parent 30c5a0d9cd
commit 22d215b2c7

View File

@ -42,6 +42,10 @@ public @interface Decree {
*/
boolean studio() default false;
/**
* If the node's functions MUST be run in sync, set this to true.<br>
* Defaults to false
*/
boolean sync() default false;
/**