skeldjs
    Preparing search index...

    Interface RoleAssignmentData

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

    Properties

    Properties

    chance: number
    count: number
    roleCtr: typeof BaseRole