Решение конфликта 4
This commit is contained in:
parent
d3687dc750
commit
dae9548900
@ -1,6 +1,9 @@
|
||||
using System;
|
||||
using System.Net.Sockets;
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||
|
||||
namespace ProjectAirplaneWithRadar.Entities
|
||||
{
|
||||
@ -39,7 +42,7 @@ namespace ProjectAirplaneWithRadar.Entities
|
||||
{
|
||||
Speed = speed;
|
||||
Weight = weight;
|
||||
BodyColor = bodyColor;
|
||||
BodyColor = bodyColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -16,7 +16,7 @@
|
||||
public bool Wheels { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Признак (опция) наличия ракеты
|
||||
/// Признак (опция) наличия радар
|
||||
/// </summary>
|
||||
public bool Radar { get; private set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user