Build Attribute
Example
const app = require("genshin_panel");
let attribute = new app.AttributeBuilder()
.character(keqing)
.weapon(weapon)
.artifact(art1)
.artifact(art2)
.artifact(art3)
.artifact(art4)
.artifact(art5)
.build()
;
Last updated
Was this helpful?