hoshimi
    Preparing search index...

    Type Alias StorageValues<V>

    StorageValues: V extends keyof CustomizablePlayerStorage
        ? CustomizablePlayerStorage[V]
        : unknown

    Type representing the customizable player storage values.

    Type Parameters