Правки

This commit is contained in:
Nap 2022-11-18 10:53:01 +04:00
parent 0a991a25e4
commit 730ab9c27c

View File

@ -1,14 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Battleship
{
/// <summary>
/// Делегат для передачи объекта-корабля
/// </summary>
/// <param name="battleship"></param>
public delegate void BattleshipDelegate(DrawningBattleship battleship);
}