import { LimitedGachaMachine } from "https://deno.land/x/fortuna@v4.1.4/src/limited_machine.ts";
Gacha system for rolling n distinct items from the weighted collection.
Constructors
new
LimitedGachaMachine(items: GachaChoice<T>[])Properties
writeonly
items: GachaChoice<T>[]