Sakuno.KanColle.Amatsukaze.Game.Models.FleetAnchorageRepair.IsBeingAnchorageRepair C# (CSharp) Method

IsBeingAnchorageRepair() private method

private IsBeingAnchorageRepair ( Ship rpShip ) : bool
rpShip Ship
return bool
        internal bool IsBeingAnchorageRepair(Ship rpShip) => r_Snapshots != null && r_Snapshots.ContainsKey(rpShip);
        internal void RemoveShipIfExists(Ship rpShip)