mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 02:27:08 +02:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace Robust.Client.UserInterface.Controls
|
|
{
|
|
public class CheckButton : Button
|
|
{
|
|
public CheckButton()
|
|
{
|
|
}
|
|
}
|
|
}
|