Fix namespaces and optimize imports (#1651)
* Fix namespaces and optimize imports * Cleanup fixes * Merge conflict fixes * Merge conflict fixes * Merge conflict fixes
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects
|
||||
namespace Content.Shared.GameObjects.Components.Damage
|
||||
{
|
||||
public abstract class SharedDamageableComponent : Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user