GW2v2EmblemPart

@Serializable
data class GW2v2EmblemPart(val id: Int, val layers: List<String>)

Information about an emblem part.

Parameters

id

the emblem part's ID

layers

an array of URLs to images that make up the various parts of the emblem

Constructors

Link copied to clipboard
constructor(id: Int, layers: List<String>)

Properties

Link copied to clipboard
val id: Int

This field holds the emblem part's ID.

Link copied to clipboard

This field holds an array of URLs to images that make up the various parts of the emblem.