From 9f84d8ff33dad827db2bb888d3879aa54baa3be4 Mon Sep 17 00:00:00 2001 From: "nikbel2004@outlook.com" Date: Mon, 13 Nov 2023 02:37:58 +0400 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tank/Tank/SetGeneric.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tank/Tank/SetGeneric.cs b/Tank/Tank/SetGeneric.cs index 5f5442f..234613f 100644 --- a/Tank/Tank/SetGeneric.cs +++ b/Tank/Tank/SetGeneric.cs @@ -16,7 +16,7 @@ namespace Tank // Максимальное количество объектов private readonly int _maxCount; - // Конструктор + // Конструктор public SetGeneric(int count) { _maxCount = count;