Adds portable flasher (#4523)

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
ScalyChimp
2022-02-06 15:59:41 +00:00
committed by GitHub
parent ff8ebf1896
commit 3c9328ff99
14 changed files with 441 additions and 27 deletions

View File

@@ -11,7 +11,5 @@ namespace Content.Server.Flash.Components
{
[DataField("range")] internal float Range = 1.0f;
[DataField("duration")] internal float Duration = 8.0f;
internal bool Flashed;
}
}