Members now appearing on host
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Linq;
|
||||
using System.Collections.ObjectModel;
|
||||
using Aurora.Models;
|
||||
|
||||
namespace Aurora.Executors
|
||||
{
|
||||
@@ -12,6 +14,8 @@ namespace Aurora.Executors
|
||||
|
||||
public Type ExecutorType { get; protected set; }
|
||||
|
||||
public abstract ObservableCollection<PartyMember> PartyMembers { get; }
|
||||
|
||||
public static BaseExecutor CreateExecutor<T>()
|
||||
{
|
||||
|
||||
@@ -40,7 +44,7 @@ namespace Aurora.Executors
|
||||
|
||||
public abstract void Close();
|
||||
|
||||
public abstract void GetMembers();
|
||||
public abstract ObservableCollection<PartyMember> GetMembers();
|
||||
|
||||
public abstract void GetQueue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user