feat(Database) Direct database/Throne links now work in the database. Added a Detailed/Plain view button
This commit is contained in:
@@ -190,10 +190,23 @@ public interface IEntityFilterService {
|
||||
public void Unsubscribe(EntityFilterAction action);
|
||||
}
|
||||
|
||||
|
||||
public interface IEntityService {
|
||||
public List<EntityModel> GetEntities();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public interface IEntityDisplayService
|
||||
{
|
||||
public List<string> DefaultChoices();
|
||||
|
||||
public string GetDisplayType();
|
||||
public void SetDisplayType(string displayType);
|
||||
public void Subscribe(Action action);
|
||||
public void Unsubscribe(Action action);
|
||||
}
|
||||
|
||||
public interface IImmortalSelectionService {
|
||||
public string GetFactionType();
|
||||
public string GetImmortalType();
|
||||
|
||||
Reference in New Issue
Block a user