コード例 #1
0
 public bool fireAt()
 {
     hit = true;
     if (shipPresent != null)
     {
         shipPresent.hit();
         return(true);
     }
     return(false);
 }