コード例 #1
0
 private void ProcessShooting(Actor a)
 {
     if (a.IsShooting())
     {
         var shots = a.GetShots();
         if (shots.Count > 0)
             InsertShots(shots);
     }
 }