Ejemplo n.º 1
0
 public AIActionBase(AIDefine.TargetType target)
 {
     target_ = target;
 }
Ejemplo n.º 2
0
 public AIActionAttack(AIDefine.TargetType target) : base(target)
 {
 }