Дополнение класса DrawningAirPlane

This commit is contained in:
malimova 2023-12-10 13:57:10 +04:00
parent 618d9a5ae7
commit 18bee6af64

View File

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