using Pets.Interfaces; using UnityEngine; namespace Pets.Components.Properties { public struct CSleepingPositionOffset : IPetProperty { public Vector2 Offset; } }