using QSB.Patches; namespace QSB.Anglerfish.Patches { public class AnglerPatches : QSBPatch { public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect; // todo } }