Создание класса ObjectParameters

This commit is contained in:
malimova 2023-10-06 22:20:15 +04:00
parent e6028b4a0e
commit 297eb3a2ab

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 ObjectParameters
{
}
}