mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
Let's be real, it's pretty damn broken already and will never be fixed.
11 lines
183 B
C#
11 lines
183 B
C#
namespace Robust.Client.UserInterface.Controls
|
|
{
|
|
[ControlWrap("CheckButton")]
|
|
public class CheckButton : Button
|
|
{
|
|
public CheckButton()
|
|
{
|
|
}
|
|
}
|
|
}
|