ISEbd-22 Alimova M.S. Lab Work 03 Hard #3

Closed
malimova wants to merge 11 commits from Lab3 into Lab2
Showing only changes of commit 18bee6af64 - Show all commits

View File

@ -189,5 +189,6 @@ namespace AirBomber
break;
}
}
public IMoveableObject GetMoveableObject => new DrawningObjectAirPlane(this);
}
}