rename meteor patches :PPP

This commit is contained in:
JohnCorby 2022-08-14 16:12:24 -07:00
parent 33cf712ce0
commit a07bdff2c0

View File

@ -13,7 +13,7 @@ namespace QSB.MeteorSync.Patches;
/// <summary>
/// server only
/// </summary>
public class MeteorServerPatches : QSBPatch
public class ServerMeteorPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnServerClientConnect;
@ -165,7 +165,7 @@ public class MeteorServerPatches : QSBPatch
/// <summary>
/// client only
/// </summary>
public class MeteorClientPatches : QSBPatch
public class ClientMeteorPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnNonServerClientConnect;