From dc0694a80d96feaddd56947d624c35b8de3e8119 Mon Sep 17 00:00:00 2001 From: the Date: Mon, 7 Nov 2022 10:01:31 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D1=81?= =?UTF-8?q?=D0=BE=D0=B1=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=B5=D0=B3=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ship/Ship/ShipDelegate.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Ship/Ship/ShipDelegate.cs diff --git a/Ship/Ship/ShipDelegate.cs b/Ship/Ship/ShipDelegate.cs deleted file mode 100644 index 29fd76e..0000000 --- a/Ship/Ship/ShipDelegate.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Ship -{ - public delegate void ShipDelegate(DrawingShip ship); -} \ No newline at end of file