mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
12 lines
180 B
C#
12 lines
180 B
C#
using QSB.Patches;
|
|
|
|
namespace QSB.TornadoSync.Patches
|
|
{
|
|
public class TornadoPatches : QSBPatch
|
|
{
|
|
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
|
|
|
|
|
}
|
|
}
|