mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-07 06:33:35 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -3,6 +3,9 @@ package emu.grasscutter.game.drop;
|
||||
import java.util.List;
|
||||
|
||||
public class DropInfo {
|
||||
private int monsterId;
|
||||
private List<DropData> dropDataList;
|
||||
|
||||
public int getMonsterId() {
|
||||
return monsterId;
|
||||
}
|
||||
@@ -10,7 +13,4 @@ public class DropInfo {
|
||||
public List<DropData> getDropDataList() {
|
||||
return dropDataList;
|
||||
}
|
||||
|
||||
private int monsterId;
|
||||
private List<DropData> dropDataList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user