mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 03:40:46 +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;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|