Commit f74ca6e9 authored by Yazawazi's avatar Yazawazi Committed by GitHub
Browse files

getAwakenMaterial Add

parent 2d2013df
...@@ -48,6 +48,7 @@ public class ItemData extends GenshinResource { ...@@ -48,6 +48,7 @@ public class ItemData extends GenshinResource {
private int WeaponBaseExp; private int WeaponBaseExp;
private int StoryId; private int StoryId;
private int AvatarPromoteId; private int AvatarPromoteId;
private int AwakenMaterial;
private int[] AwakenCosts; private int[] AwakenCosts;
private int[] SkillAffix; private int[] SkillAffix;
private WeaponProperty[] WeaponProp; private WeaponProperty[] WeaponProp;
...@@ -160,6 +161,10 @@ public class ItemData extends GenshinResource { ...@@ -160,6 +161,10 @@ public class ItemData extends GenshinResource {
return WeaponBaseExp; return WeaponBaseExp;
} }
public int getAwakenMaterial() {
return AwakenMaterial;
}
public int[] getAwakenCosts() { public int[] getAwakenCosts() {
return AwakenCosts; return AwakenCosts;
} }
...@@ -250,4 +255,4 @@ public class ItemData extends GenshinResource { ...@@ -250,4 +255,4 @@ public class ItemData extends GenshinResource {
} }
} }
} }
\ No newline at end of file
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