예제 #1
0
 public AIGroup(int count)
 {
     actors = new AIActors(count);
     this.FillList();
 }
예제 #2
0
 public AIGroup()
 {
     actors = new AIActors();
     this.FillList();
 }