Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement character bonuses for combined features #2286

Open
wants to merge 8 commits into
base: development
Choose a base branch
from
Prev Previous commit
Next Next commit
Update src/main/java/emu/grasscutter/game/combine/CombineResult.java
KingRainbow44 authored Aug 12, 2023
commit af1da93d68a641c92461ef24690ca6ace3c69452
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
import java.util.List;
import lombok.Getter;
import lombok.Setter;

@Setter @Getter
public class CombineResult {
private List<ItemParamData> material;