Co-authored-by: pofitlo <kuzminvladislav237@gmail.com> Co-authored-by: Rinary <rinary.super@gmail.com> Co-authored-by: Matthew Herber <matthewherber@sbcglobal.net> Co-authored-by: Cerzix <123toy@web.de> Co-authored-by: Citrea_Lingua <citrea.lingua@gmx.net> Co-authored-by: Salem <Enderblaze03@gmail.com> Co-authored-by: pxc1984 <igor.mamaev1@gmail.com>
8 lines
189 B
C#
8 lines
189 B
C#
namespace Content.Shared._Sunrise.Flash.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class FlashModifierComponent : Component
|
|
{
|
|
[DataField]
|
|
public float Modifier = 1f;
|
|
}
|