Создание базового класса сущности EntityAirPlane
This commit is contained in:
parent
393b97f071
commit
e1ac61109d
12
AirBomber/AirBomber/EntityAirPlane.cs
Normal file
12
AirBomber/AirBomber/EntityAirPlane.cs
Normal 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 EntityAirPlane
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user