12 lines
187 B
C#
Raw Normal View History

2021-11-09 17:56:45 -08:00
using QSB.Patches;
namespace QSB.Anglerfish.Patches
{
public class AnglerPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
// todo
}
}