This is the part where I realize I forgot to fix these as part of sandboxing.

This commit is contained in:
Pieter-Jan Briers
2020-11-27 01:01:56 +01:00
parent 0a488ddc4a
commit fa75c6c534
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ using Robust.Shared.Serialization;
namespace Content.Server.Chemistry.ReactionEffects
{
class ExplosionReactionEffect : IReactionEffect
public class ExplosionReactionEffect : IReactionEffect
{
private float _devastationRange;
private float _heavyImpactRange;