Inline UID
This commit is contained in:
@@ -174,6 +174,6 @@ namespace Content.Shared.Containers.ItemSlots
|
||||
public IEntity? Item => ContainerSlot.ContainedEntity;
|
||||
|
||||
// and to make it easier for whenever IEntity is removed
|
||||
public EntityUid? ItemUid => ContainerSlot.ContainedEntity?.Uid;
|
||||
public EntityUid? ItemUid => ContainerSlot.ContainedEntity;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user