Создание перечисления Status

This commit is contained in:
malimova 2023-10-06 22:21:39 +04:00
parent 297eb3a2ab
commit 03c6fa946c

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
{
internal class Status
{
}
}