Refactoring controllers to use publicly accessible CursorLists

This commit is contained in:
Brandon Watson
2021-04-12 21:54:21 -04:00
parent 4acf091511
commit 46173f4f99
6 changed files with 47 additions and 49 deletions

View File

@ -1,11 +1,12 @@
using System;
using Aurora.Cursor;
namespace Aurora.Proto.Party
{
/// <summary>
/// Partial PartyMember class with a constructor that generates a new id
/// </summary>
public partial class Member
public partial class Member : ICursorObject
{
public Member(string id)
{