11 lines
217 B
C#
11 lines
217 B
C#
using KitchenMods;
|
|
using Pets.Interfaces;
|
|
using UnityEngine;
|
|
|
|
namespace Pets.Components.Properties
|
|
{
|
|
public struct CSleepingPositionOffset : IPetProperty, IModComponent
|
|
{
|
|
public Vector2 Offset;
|
|
}
|
|
} |