2021-06-09 22:19:39 +02:00
|
|
|
using Content.Shared.Flash;
|
2021-09-09 16:20:41 +02:00
|
|
|
using Robust.Shared.Analyzers;
|
2020-07-08 00:51:08 +02:00
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Server.Flash.Components
|
2020-07-08 00:51:08 +02:00
|
|
|
{
|
2021-09-09 16:20:41 +02:00
|
|
|
[ComponentReference(typeof(SharedFlashableComponent))]
|
|
|
|
|
[RegisterComponent, Friend(typeof(FlashSystem))]
|
2020-07-08 00:51:08 +02:00
|
|
|
public sealed class FlashableComponent : SharedFlashableComponent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|