Mochalov D.V. Hard LabWork02 #2

Merged
eegov merged 14 commits from LabWork02 into LabWork01 2022-10-21 10:06:17 +04:00
Owner
No description provided.
b0n3l3sS added 14 commits 2022-10-14 17:40:05 +04:00
b0n3l3sS requested review from eegov 2022-10-14 17:40:37 +04:00
eegov approved these changes 2022-10-21 09:42:17 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -2,4 +3,4 @@
class DrawningLocomotive {
public EntityLocomotive Locomotive;
public ExtraWheelsDraw extraWheelsDraw;
Collaborator

Этот класс заменен интерфейсом

Этот класс заменен интерфейсом
@ -24,1 +24,3 @@
Locomotive.Init(speed, weight, bodyColor);
int randExtra = random.nextInt(2);
extraWheelsDraw = new ExtraWheelsDraw(randExtra, bodyColor);
switch (random.nextInt(3)){
Collaborator

Нет вызова метода/свойства передачи параметра в объект класса

Нет вызова метода/свойства передачи параметра в объект класса
eegov merged commit 6df410f4d2 into LabWork01 2022-10-21 10:06:17 +04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: b0n3l3sS/PIbd-23_Mochalov_D.V._Locomotive_Hard#2
No description provided.