mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
rename meteor patches :PPP
This commit is contained in:
parent
33cf712ce0
commit
a07bdff2c0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user