This commit is contained in:
Lachlan Leone
2024-01-20 22:32:35 +11:00
parent dc543cba36
commit 323c611016
11 changed files with 22 additions and 9 deletions
@@ -1,9 +1,10 @@
using KitchenMods;
using Pets.Interfaces;
using UnityEngine;
namespace Pets.Components.Properties
{
public struct CSleepingPositionOffset : IPetProperty
public struct CSleepingPositionOffset : IPetProperty, IModComponent
{
public Vector2 Offset;
}