GuildCode

fun GuildCode(id: String, uses: Int, creator: UUID, redeemers: MutableList<UUID>)(source)

Parameters

id

The unique identifier of the code.

uses

The number of times the code can be used.

creator

The UUID of the player who created the code.

redeemers

The list of UUIDs of players who have redeemed the code.