Progress on tutorial
This commit is contained in:
@@ -57,6 +57,11 @@ namespace Subsurface.Items.Components
|
||||
}
|
||||
}
|
||||
|
||||
public Vector2 CurrTargetVelocity
|
||||
{
|
||||
get { return targetVelocity; }
|
||||
}
|
||||
|
||||
public Steering(Item item, XElement element)
|
||||
: base(item, element)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user