mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
* - tweak: update StyleSheetify * - add: flexbox * - fix: size of flexbox in launchergui * - tweak: Profile editor: start. * - add: categories * - tweak: help me please with this shi... loadouts * - fix: container path think * - tweak: thinks for optimisation * - add: group selection for loadoutpicker * - tweak: change position of preview * - add: reason text * - fix: Кролькины фиксы * - fix: кролькины фиксы ч.2 * - fix: кролькины фиксы ч.3 * - кролькины фиксы - финал * - fix: Ворчливого дедушкины фиксы, удаление старого барахла и пометка wwdp * - tweak: some ui change for LoadoutCategories and LoadoutEntry * - ворчливый дед фиксы ч.2 * - fix: очередные кролькины фиксы * - add: loadout prototype validation * - fix: description read from edit field
14 lines
325 B
C#
14 lines
325 B
C#
using Content.StyleSheetify.Client.StyleSheet;
|
|
using Robust.Client.UserInterface;
|
|
|
|
namespace Content.Client.Stylesheets
|
|
{
|
|
public interface IStylesheetManager
|
|
{
|
|
StylesheetReference SheetNano { get; } // WWDP EDIT
|
|
StylesheetReference SheetSpace { get; } // WWDP EDIT
|
|
|
|
void Initialize();
|
|
}
|
|
}
|