2021-06-09 22:19:39 +02:00
|
|
|
using Content.Shared.Window;
|
2019-07-26 13:53:06 +02:00
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Client.Window
|
2019-07-26 13:53:06 +02:00
|
|
|
{
|
2019-07-31 15:02:36 +02:00
|
|
|
[RegisterComponent]
|
2020-10-08 17:41:23 +02:00
|
|
|
[ComponentReference(typeof(SharedWindowComponent))]
|
2021-10-15 02:58:40 -07:00
|
|
|
public class WindowComponent : SharedWindowComponent
|
2019-07-26 13:53:06 +02:00
|
|
|
{
|
2020-10-29 21:42:11 +02:00
|
|
|
}
|
2019-07-26 13:53:06 +02:00
|
|
|
}
|