mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Custom sounds pick random sound
This commit is contained in:
parent
860a6e4a03
commit
6de71e4fd3
@ -138,6 +138,7 @@ public class ParamInfoTypes {
|
|||||||
paramInfos.add(new ParamInfoInteger("Number", "A whole number without decimals"));
|
paramInfos.add(new ParamInfoInteger("Number", "A whole number without decimals"));
|
||||||
paramInfos.add(new ParamInfoFloat("Number.0", "A number which can have decimal places"));
|
paramInfos.add(new ParamInfoFloat("Number.0", "A number which can have decimal places"));
|
||||||
paramInfos.add(new ParamInfoDouble("Number.0", "A number which can have decimal places"));
|
paramInfos.add(new ParamInfoDouble("Number.0", "A number which can have decimal places"));
|
||||||
|
paramInfos.add(getParamInfoSoundGroup());
|
||||||
|
|
||||||
return paramInfos;
|
return paramInfos;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user