public Pursuit(SchoolGirl mm) { this.mm = mm; }
public MyAgent(SchoolGirl mm) { gg = new Pursuit(mm); }