Example #1
0
 public virtual void Move(PointyDirection direction)
 {
     Move(Location.GetVectorInDirection(direction));
 }