Sakuno.KanColle.Amatsukaze.Game.Models.FleetAnchorageRepair.RemoveShipIfExists C# (CSharp) 메소드

RemoveShipIfExists() 개인적인 메소드

private RemoveShipIfExists ( Ship rpShip ) : void
rpShip Ship
리턴 void
        internal void RemoveShipIfExists(Ship rpShip)
        {
            if (r_Snapshots == null)
                return;

            r_Snapshots.Remove(rpShip);
            rpShip.UpdateAnchorageRepairStatus(false);
        }