All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.xhsun.guildwars2wrapper.model.v2.util.itemDetail.subobject.InfixUpgrade Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package me.xhsun.guildwars2wrapper.model.v2.util.itemDetail.subobject;

import java.util.List;

/**
 * For more info on Infix upgrade API go here
* Infix upgrade model class * * @author xhsun * @see InfixAttribute infix attribute * @see Buff infix buff * @since 2017-02-10 */ public class InfixUpgrade { private List attributes; private Buff buff; public List getAttributes() { return attributes; } public Buff getBuff() { return buff; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy