Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Stylesheets/IStylesheetManager.cs
Normal file
12
Content.Client/Stylesheets/IStylesheetManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client.Stylesheets
|
||||
{
|
||||
public interface IStylesheetManager
|
||||
{
|
||||
Stylesheet SheetNano { get; }
|
||||
Stylesheet SheetSpace { get; }
|
||||
|
||||
void Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user