mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
10 lines
203 B
C#
10 lines
203 B
C#
using QSB.Patches;
|
|
|
|
namespace QSB.EyeOfTheUniverse.CosmicInflation.Patches
|
|
{
|
|
internal class InflationPatches : QSBPatch
|
|
{
|
|
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
|
}
|
|
}
|