Files
OldThink/Content.Client/Atmos/EntitySystems/FirestarterSystem.cs

9 lines
159 B
C#
Raw Normal View History

using Content.Shared.Atmos.EntitySystems;
namespace Content.Client.Atmos.EntitySystems;
public sealed class FirestarterSystem : SharedFirestarterSystem
{
}