![JAR search and dependency download from the Maven repository](/logo.png)
emu.grasscutter.data.common.ItemParamData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
package emu.grasscutter.data.common;
public class ItemParamData {
private int Id;
private int Count;
public int getId() {
return Id;
}
public int getCount() {
return Count;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy