コード例 #1
0
 public List <Action> Act(float _deltaTime)
 {
     if (_combat != null)
     {
         AttemptToFire();
         _self.SetAction(_combat.PullTrigger(GameManager.FixedGameTime, _target));
     }
     return(null);
 }