コード例 #1
0
 public Pursuit(SchoolGirl mm)
 {
     this.mm = mm;
 }
コード例 #2
0
 public MyAgent(SchoolGirl mm)
 {
     gg = new Pursuit(mm);
 }