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