mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix param
This commit is contained in:
parent
d8413b3b7d
commit
89642e71b5
@ -33,7 +33,7 @@ public @interface Param {
|
|||||||
* Required parameter.<br>
|
* Required parameter.<br>
|
||||||
* This is what is used in game, alongside any (if specified) {@link #aliases() aliases}
|
* This is what is used in game, alongside any (if specified) {@link #aliases() aliases}
|
||||||
*/
|
*/
|
||||||
String name();
|
String name() default "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The description of this parameter, used in help-popups in game.<br>
|
* The description of this parameter, used in help-popups in game.<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user