Files
Pets-Public/Components/Properties/CStandBackFromFood.cs
T
Lachlan Leone d78ae93c97 Initial Commit
2024-01-20 20:00:35 +11:00

9 lines
159 B
C#

using Pets.Interfaces;
namespace Pets.Components.Properties
{
public struct CStandBackFromFood : IPetProperty
{
public float Distance;
}
}