Refactoring controllers to use publicly accessible CursorLists
This commit is contained in:
@ -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)
|
||||
{
|
Reference in New Issue
Block a user