コード例 #1
0
 static public void RemoveOneWhistle(Whistle whistle)
 {
     whistleList.Remove(whistle);
     whistle.TagToDestroy();
 }