SkeldJS
    Preparing search index...

    Type Alias RoleAssignmentData

    type RoleAssignmentData = {
        chance: number;
        count: number;
        roleCtr: typeof BaseRole;
    }
    Index

    Properties

    Properties

    chance: number
    count: number
    roleCtr: typeof BaseRole