2020-04-04 15:10:51 +02:00
|
|
|
using Robust.Client.UserInterface;
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Client.Stylesheets
|
2020-04-04 15:10:51 +02:00
|
|
|
{
|
|
|
|
|
public interface IStylesheetManager
|
|
|
|
|
{
|
|
|
|
|
Stylesheet SheetNano { get; }
|
|
|
|
|
Stylesheet SheetSpace { get; }
|
|
|
|
|
|
|
|
|
|
void Initialize();
|
|
|
|
|
}
|
|
|
|
|
}
|