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:
@@ -1,15 +1,13 @@
|
||||
|
||||
|
||||
using System;
|
||||
using Robust.Shared.Interfaces.Serialization;
|
||||
using Robust.Shared.Serialization;
|
||||
using System;
|
||||
|
||||
namespace Content.Shared.BodySystem {
|
||||
namespace Content.Shared.Health.BodySystem.BodyPart.BodyPartProperties {
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
class ArmLength : IExposeData {
|
||||
private float _length;
|
||||
|
||||
|
||||
public void ExposeData(ObjectSerializer serializer){
|
||||
serializer.DataField(ref _length, "length", 2f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user