public void Update(MyObject hero) { Console.WriteLine("Staying"); }
public void Update(MyObject hero) { Console.WriteLine("MovingForward"); }