Plates & Cash gridinv visuals (#24075)

This commit is contained in:
Psychpsyo
2024-01-14 17:44:17 +01:00
committed by GitHub
parent 374260c49e
commit a747e6dda4
10 changed files with 37 additions and 2 deletions

View File

@@ -54,6 +54,12 @@ public sealed partial class ItemComponent : Component
/// </summary>
[DataField, AutoNetworkedField]
public float StoredRotation = 0;
/// <summary>
/// An additional offset, in pixels, applied to the visual depiction of the item when displayed in the storage UI.
/// </summary>
[DataField, AutoNetworkedField]
public Vector2i StoredOffset;
}
/// <summary>