コード例 #1
0
 protected override bool OnStartState()
 {
     units = fSM.GetOwner().Units.ToArray();
     return(true);
 }