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

commonMain.com.bselzer.gw2.v2.chatlink.MapLink.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.gw2.v2.chatlink

/**
 * A link to a point of interest (landmarks, waypoints, vistas).
 * @see the wiki
 */
class MapLink(id: Int = 0) : IdLink(id) {
    override val header: Byte = 4
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy