fix: Fixes props for interfaces and adds account manipulation (#2179)
This commit is contained in:
parent
f95b3a8b3b
commit
05825a11e2
3 changed files with 14 additions and 9 deletions
|
|
@ -13,6 +13,7 @@ using Server.Network;
|
|||
|
||||
namespace Server.Accounting;
|
||||
|
||||
[PropertyObject]
|
||||
[SerializationGenerator(6)]
|
||||
public partial class Account : IAccount, IComparable<Account>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue