mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Move system updates to the same patch system as members
This commit is contained in:
parent
c5697b33e2
commit
9c1efc7886
12 changed files with 172 additions and 111 deletions
|
|
@ -1,8 +1,6 @@
|
|||
using PluralKit.Core;
|
||||
|
||||
namespace PluralKit.Core
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
public abstract class PatchObject<TKey, TObj>
|
||||
public abstract class PatchObject
|
||||
{
|
||||
public abstract UpdateQueryBuilder Apply(UpdateQueryBuilder b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue