Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Pets.Interfaces;
|
||||
|
||||
namespace Pets.Components.Properties
|
||||
{
|
||||
public struct CStandBackFromFood : IPetProperty
|
||||
{
|
||||
public float Distance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user