Interface SourceFileRequirement

Player must have this Source File.

interface SourceFileRequirement {
    sourceFile: number;
    type: "sourceFile";
}

Properties

Properties

sourceFile: number
type: "sourceFile"