mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-03 14:05:50 +00:00
getAwakenMaterial Add
This commit is contained in:
parent
971c5470ba
commit
56ca323645
@ -48,6 +48,7 @@ public class ItemData extends GenshinResource {
|
||||
private int WeaponBaseExp;
|
||||
private int StoryId;
|
||||
private int AvatarPromoteId;
|
||||
private int AwakenMaterial;
|
||||
private int[] AwakenCosts;
|
||||
private int[] SkillAffix;
|
||||
private WeaponProperty[] WeaponProp;
|
||||
@ -160,6 +161,10 @@ public class ItemData extends GenshinResource {
|
||||
return WeaponBaseExp;
|
||||
}
|
||||
|
||||
public int getAwakenMaterial() {
|
||||
return AwakenMaterial;
|
||||
}
|
||||
|
||||
public int[] getAwakenCosts() {
|
||||
return AwakenCosts;
|
||||
}
|
||||
@ -250,4 +255,4 @@ public class ItemData extends GenshinResource {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user