Type alias PlayerNameData

PlayerNameData: {
    name?: string;
}

Type declaration

  • Optional name?: string

Generated using TypeDoc