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

commonMain.com.bselzer.gw2.v2.model.extension.wvw.WvwMap.kt Maven / Gradle / Ivy

package com.bselzer.gw2.v2.model.extension.wvw

import com.bselzer.gw2.v2.model.extension.wvw.count.WvwMapObjectiveOwnerCount
import com.bselzer.gw2.v2.model.wvw.map.WvwMap

/**
 * @return the counts for each objective owner
 */
fun WvwMap.objectiveOwnerCount() = WvwMapObjectiveOwnerCount(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy