Правки
This commit is contained in:
parent
0a991a25e4
commit
730ab9c27c
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user