From 1320e6bc8511689f3d5dd27e4beb7f1f5745a4b4 Mon Sep 17 00:00:00 2001 From: "nikbel2004@outlook.com" Date: Sun, 29 Oct 2023 01:23:49 +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=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tank/Tank/TanksGenericCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tank/Tank/TanksGenericCollection.cs b/Tank/Tank/TanksGenericCollection.cs index cb03216..5251443 100644 --- a/Tank/Tank/TanksGenericCollection.cs +++ b/Tank/Tank/TanksGenericCollection.cs @@ -103,7 +103,6 @@ namespace Tank.Generics tank.DrawTransport(g); } i++; - } } }