示例#1
0
 public Pursuit(SchoolGirl mm)
 {
     this.mm = mm;
 }
示例#2
0
 public ProxyHuman(SchoolGirl mm)
 {
     pursuit = new Pursuit(mm);
 }