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
+2 -1
View File
@@ -1,8 +1,9 @@
using KitchenMods;
using Pets.Interfaces;
namespace Pets.Components.Properties
{
public struct CStandBackFromFood : IPetProperty
public struct CStandBackFromFood : IPetProperty, IModComponent
{
public float Distance;
}