mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 23:02:34 +02:00
10 lines
158 B
C#
10 lines
158 B
C#
using System;
|
|
|
|
namespace Robust.Client.UserInterface.CustomControls;
|
|
|
|
[Obsolete("Use DefaultWindow instead")]
|
|
public class SS14Window : DefaultWindow
|
|
{
|
|
|
|
}
|