10 lines
203 B
C#
Raw Normal View History

2021-12-31 23:59:27 -08:00
using QSB.Patches;
2021-12-30 23:34:02 +00:00
namespace QSB.EyeOfTheUniverse.CosmicInflation.Patches
{
internal class InflationPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
}
}