Interface MajorIdData

Information about a majorId

interface MajorIdData {
    description: string;
    name: string;
}

Properties

Properties

description: string

The description of the Major ID as it shows up in-game

name: string

The Major ID name

Generated using TypeDoc