Body System Part 1 POGGERS!!! (#855)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
using Robust.Shared.Interfaces.Serialization;
|
||||
using Robust.Shared.Serialization;
|
||||
using System;
|
||||
|
||||
namespace Content.Shared.BodySystem {
|
||||
|
||||
[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