mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:10:54 +01:00
* Firestarter fixes - Actually networks the action. - Namespace fixes. * No networky for you
9 lines
159 B
C#
9 lines
159 B
C#
using Content.Shared.Atmos.EntitySystems;
|
|
|
|
namespace Content.Client.Atmos.EntitySystems;
|
|
|
|
public sealed class FirestarterSystem : SharedFirestarterSystem
|
|
{
|
|
|
|
}
|