ISEbd-11_Rozhkova_D.S./ProjectStormtrooper/AirplaneDelegate.cs
2024-06-13 01:31:59 +04:00

11 lines
255 B
C#

using ProjectStormtrooper.Drawnings;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectStormtrooper;
public delegate void AirplaneDelegate(DrawningAirplane airplane);