mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 10:55:08 +01:00
change indentation to tab
This commit is contained in:
@@ -3,14 +3,14 @@ package emu.grasscutter.game.managers.EnergyManager;
|
||||
import java.util.List;
|
||||
|
||||
public class SkillParticleGenerationEntry {
|
||||
private int avatarId;
|
||||
private List<SkillParticleGenerationInfo> amountList;
|
||||
private int avatarId;
|
||||
private List<SkillParticleGenerationInfo> amountList;
|
||||
|
||||
public int getAvatarId() {
|
||||
return this.avatarId;
|
||||
}
|
||||
public int getAvatarId() {
|
||||
return this.avatarId;
|
||||
}
|
||||
|
||||
public List<SkillParticleGenerationInfo> getAmountList() {
|
||||
return this.amountList;
|
||||
}
|
||||
public List<SkillParticleGenerationInfo> getAmountList() {
|
||||
return this.amountList;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
package emu.grasscutter.game.managers.EnergyManager;
|
||||
|
||||
public class SkillParticleGenerationInfo {
|
||||
private int value;
|
||||
private int chance;
|
||||
private int value;
|
||||
private int chance;
|
||||
|
||||
public int getValue() {
|
||||
return this.value;
|
||||
}
|
||||
public int getValue() {
|
||||
return this.value;
|
||||
}
|
||||
|
||||
public int getChance() {
|
||||
return this.chance;
|
||||
}
|
||||
public int getChance() {
|
||||
return this.chance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user