Commit 33918cd3 authored by fallenstardust's avatar fallenstardust

revert Integer -> int

容易闪退
parent ff5982d7
......@@ -27,7 +27,7 @@ public class DeckInfo {
public File source;
private Integer mainCount, extraCount, sideCount;
private int mainCount, extraCount, sideCount;
public DeckInfo() {
mainCards = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment