commonMain.com.bselzer.gw2.v2.chatlink.MapLink.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of v2-chatlink Show documentation
Show all versions of v2-chatlink Show documentation
Base64 Guild Wars 2 chat link encoding and decoding.
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
}