1package org.jire.runehiveps.defs
3import com.google.gson.annotations.SerializedName
8data class ItemEquipWeaponDef(
9 @SerializedName("attack_speed") val attackSpeed: Int,
10 @SerializedName("weapon_type") val weaponType: String,
11 val stances: Array<ItemEquipWeaponStanceDef>