Compare commits
2 Commits
c8cd888bf1
...
f4bf49eca1
Author | SHA1 | Date | |
---|---|---|---|
f4bf49eca1 | |||
0bdfe1f404 |
@ -269,5 +269,11 @@ namespace AirBomber
|
||||
break;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Получение объекта IMoveableObject из объекта DrawningCar
|
||||
/// </summary>
|
||||
public IMoveableObject GetMoveableObject => new
|
||||
DrawningObjectAirPlane(this);
|
||||
|
||||
}
|
||||
}
|
||||
|
12
AirBomber/AirBomber/PlanesGenericCollection.cs
Normal file
12
AirBomber/AirBomber/PlanesGenericCollection.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 PlanesGenericCollection
|
||||
{
|
||||
}
|
||||
}
|
12
AirBomber/AirBomber/SetGeneric.cs
Normal file
12
AirBomber/AirBomber/SetGeneric.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 SetGeneric
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user