Compare commits
No commits in common. "f4bf49eca154a68225feacaee9423b66d718b0cd" and "c8cd888bf16e0caf7ee4492a2222c7039c14ca27" have entirely different histories.
f4bf49eca1
...
c8cd888bf1
@ -269,11 +269,5 @@ namespace AirBomber
|
||||
break;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Получение объекта IMoveableObject из объекта DrawningCar
|
||||
/// </summary>
|
||||
public IMoveableObject GetMoveableObject => new
|
||||
DrawningObjectAirPlane(this);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
internal class PlanesGenericCollection
|
||||
{
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
internal class SetGeneric
|
||||
{
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user