Готовая Лабораторная 4

This commit is contained in:
Никита Белянин 2023-11-13 01:06:48 +04:00
parent 15fad249f5
commit 0eeb3a421a

View File

@ -112,6 +112,7 @@ public class DrawingArmoVehicle {
}
}
// Прорисовка объекта
public void DrawTransport(Graphics2D g) {
if (ArmoVehicle == null) {
return;