mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-07 03:33:41 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package emu.grasscutter.game.expedition;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class ExpeditionRewardInfo {
|
||||
@Getter private int expId;
|
||||
@Getter private List<ExpeditionRewardDataList> expeditionRewardDataList;
|
||||
@Getter
|
||||
private int expId;
|
||||
@Getter
|
||||
private List<ExpeditionRewardDataList> expeditionRewardDataList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user