Blocks And Requirements
class BlocksAndRequirements(val availableBlocks: Map<NoteBlockInstrument, List<NoteBlockTracker>>, val requirements: Object2IntMap<InstrumentNote>)
Constructors
Link copied to clipboard
constructor(availableBlocks: Map<NoteBlockInstrument, List<NoteBlockTracker>>, requirements: Object2IntMap<InstrumentNote>)