13 lines
322 B
C#
13 lines
322 B
C#
using Content.Shared.Flash;
|
|
using Robust.Shared.Analyzers;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.Flash
|
|
{
|
|
[ComponentReference(typeof(SharedFlashableComponent))]
|
|
[RegisterComponent, Access(typeof(FlashSystem))]
|
|
public sealed class FlashableComponent : SharedFlashableComponent
|
|
{
|
|
}
|
|
}
|