6 lines
151 B
C#
6 lines
151 B
C#
namespace Moonlight.Client.Interfaces;
|
|
|
|
public interface IOverviewElementProvider
|
|
{
|
|
public void ModifyOverview(List<Type> overviewComponents);
|
|
} |