mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02:00
6 lines
115 B
C#
6 lines
115 B
C#
using Content.Shared.Flash;
|
|
|
|
namespace Content.Server.Flash;
|
|
|
|
public sealed class FlashSystem : SharedFlashSystem;
|