9 lines
159 B
C#
9 lines
159 B
C#
using Pets.Interfaces;
|
|
|
|
namespace Pets.Components.Properties
|
|
{
|
|
public struct CStandBackFromFood : IPetProperty
|
|
{
|
|
public float Distance;
|
|
}
|
|
} |