From c2af1dfaa48880d5d368d0eac5f3aaecd2612a23 Mon Sep 17 00:00:00 2001 From: "nikbel2004@outlook.com" Date: Sun, 29 Oct 2023 01:23:39 +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 insertion(+) diff --git a/Tank/Tank/TanksGenericCollection.cs b/Tank/Tank/TanksGenericCollection.cs index 5251443..cb03216 100644 --- a/Tank/Tank/TanksGenericCollection.cs +++ b/Tank/Tank/TanksGenericCollection.cs @@ -103,6 +103,7 @@ namespace Tank.Generics tank.DrawTransport(g); } i++; + } } }