start
This commit is contained in:
parent
397e330ef0
commit
24690ab62b
@ -1,5 +1,4 @@
|
||||
using DumpTruckr.MovementStrategy;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
@ -4,7 +4,6 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DumpTruck.DrawningObjects;
|
||||
using DumpTruckr.MovementStrategy;
|
||||
|
||||
namespace DumpTruck.MovementStrategy
|
||||
{
|
@ -4,9 +4,8 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DumpTruck.MovementStrategy;
|
||||
|
||||
namespace DumpTruckr.MovementStrategy
|
||||
namespace DumpTruck.MovementStrategy
|
||||
{
|
||||
/// <summary>
|
||||
/// Интерфейс для работы с перемещаемым объектом
|
Loading…
Reference in New Issue
Block a user