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