Add missing CleanReturnAsync() to some tests. (#18471)
This commit is contained in:
@@ -10,6 +10,7 @@ public sealed class OrganComponent : Component
|
||||
[DataField("body")]
|
||||
public EntityUid? Body;
|
||||
|
||||
[DataField("parent")]
|
||||
// TODO use containers. See comments in BodyPartComponent.
|
||||
// Do not rely on this in client-side code.
|
||||
public OrganSlot? ParentSlot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user