Firestarter fixes (#24647)
* Firestarter fixes - Actually networks the action. - Namespace fixes. * No networky for you
This commit is contained in:
8
Content.Client/Atmos/EntitySystems/FirestarterSystem.cs
Normal file
8
Content.Client/Atmos/EntitySystems/FirestarterSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Atmos.EntitySystems;
|
||||
|
||||
namespace Content.Client.Atmos.EntitySystems;
|
||||
|
||||
public sealed class FirestarterSystem : SharedFirestarterSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user