* 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
|
|
{
|
|
|
|
}
|