Interface PlayerIdentifier

The uuid and name of a player

interface PlayerIdentifier {
    name: string;
    uuid: string;
}

Properties

Properties

name: string

The name of the player

uuid: string

The UUID of the player

Generated using TypeDoc