We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070c00d commit 3c5607dCopy full SHA for 3c5607d
api/src/main/java/com/instancify/scriptify/api/script/Script.java
@@ -16,6 +16,12 @@ public interface Script {
16
*/
17
void setFunctionManager(ScriptFunctionManager functionManager);
18
19
+ /**
20
+ * Sets the constant manager for this script
21
+ *
22
+ * @param constantManager The manager handling script constants
23
+ * @see ScriptConstantManager
24
+ */
25
void setConstantManager(ScriptConstantManager constantManager);
26
27
/**
0 commit comments