mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 03:53:00 +08:00
Set default value for paramStr
This commit is contained in:
parent
4d63fce783
commit
2c55b5b3da
@ -133,7 +133,7 @@ public class QuestData extends GameResource {
|
|||||||
private int[] param;
|
private int[] param;
|
||||||
|
|
||||||
@SerializedName(value = "_param_str", alternate = {"param_str"})
|
@SerializedName(value = "_param_str", alternate = {"param_str"})
|
||||||
private String paramStr;
|
private String paramStr = "";
|
||||||
|
|
||||||
@SerializedName(value = "_count", alternate = {"count"})
|
@SerializedName(value = "_count", alternate = {"count"})
|
||||||
private int count;
|
private int count;
|
||||||
|
Loading…
Reference in New Issue
Block a user