Решение конфликта 4
This commit is contained in:
parent
d3687dc750
commit
dae9548900
@ -1,6 +1,9 @@
|
|||||||
using System;
|
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
|
namespace ProjectAirplaneWithRadar.Entities
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
public bool Wheels { get; private set; }
|
public bool Wheels { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Признак (опция) наличия ракеты
|
/// Признак (опция) наличия радар
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool Radar { get; private set; }
|
public bool Radar { get; private set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user