using QSB.Patches;
namespace QSB.EyeOfTheUniverse.CosmicInflation.Patches
{
internal class InflationPatches : QSBPatch
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
}