11 lines
323 B
C#
11 lines
323 B
C#
|
|
using Robust.Client.AutoGenerated;
|
||
|
|
using Robust.Client.UserInterface.Controls;
|
||
|
|
|
||
|
|
namespace Content.Client.Lobby.UI.Loadouts;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// A button that toggles the loadout groups. Needs for override default styles.
|
||
|
|
/// </summary>
|
||
|
|
[GenerateTypedNameReferences]
|
||
|
|
public sealed partial class ToggleLoadoutButton : Button;
|