Sakuno.KanColle.Amatsukaze.Game.Port.UpdateConstructionDocks C# (CSharp) Method

UpdateConstructionDocks() private method

private UpdateConstructionDocks ( Sakuno.KanColle.Amatsukaze.Game.Models.Raw.RawConstructionDock rpConstructionDocks ) : void
rpConstructionDocks Sakuno.KanColle.Amatsukaze.Game.Models.Raw.RawConstructionDock
return void
        internal void UpdateConstructionDocks(RawConstructionDock[] rpConstructionDocks)
        {
            if (ConstructionDocks.UpdateRawData(rpConstructionDocks, r => new ConstructionDock(r), (rpData, rpRawData) => rpData.Update(rpRawData)))
                OnPropertyChanged(nameof(ConstructionDocks));
        }
        void UpdateRepairDocks(RawRepairDock[] rpDocks)