emu.grasscutter.data.server.MonsterMapping 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.server;
import lombok.Data;
@Data
public class MonsterMapping {
private int monsterId;
private String monsterJson;
}