mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-04 03:39:55 +00:00
12 lines
187 B
C#
12 lines
187 B
C#
|
using QSB.Patches;
|
|||
|
|
|||
|
namespace QSB.Anglerfish.Patches
|
|||
|
{
|
|||
|
public class AnglerPatches : QSBPatch
|
|||
|
{
|
|||
|
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
|||
|
|
|||
|
// todo
|
|||
|
}
|
|||
|
}
|