All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emu.grasscutter.game.managers.energy.EnergyDropEntry Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package emu.grasscutter.game.managers.energy;

import java.util.List;

public class EnergyDropEntry {
    private int dropId;
    private List dropList;

    public int getDropId() {
        return this.dropId;
    }

    public List getDropList() {
        return this.dropList;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy