v0.1.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user