public void changeState(DogState d) { myState = d; }
public Dog() { myState = TanoshiiState.getInstance(); }