@kayahr/ed-journal
    Preparing search index...

    Interface NewCommander

    Written when creating a new commander.

    interface NewCommander {
        event: "NewCommander";
        FID?: string;
        Name: string;
        Package: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "NewCommander"

    The type of event.

    FID?: string

    The player ID.

    Name: string

    The commander's name.

    Package: string

    The selected starter package.

    timestamp: string

    The time in GMT, ISO 8601.