2021-06-09 22:19:39 +02:00
|
|
|
using Content.Shared.Flash;
|
2020-07-08 00:51:08 +02:00
|
|
|
|
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))]
|
2022-06-07 15:26:28 +02:00
|
|
|
[RegisterComponent, Access(typeof(FlashSystem))]
|
2020-07-08 00:51:08 +02:00
|
|
|
public sealed class FlashableComponent : SharedFlashableComponent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|