Убран todo

This commit is contained in:
Никита Потапов 2023-09-13 14:31:55 +04:00
parent 274f82bb70
commit 1435b6b56c

View File

@ -78,7 +78,6 @@ public class DrawingStormtrooper {
if (EntityStormtrooper == null) {
return;
}
// todo: реализовать отрисовку дополнительного класса
Graphics2D g2d = (Graphics2D) g;
Color bodyColor = EntityStormtrooper.BodyColor;