Implemented Strategy Pattern
This commit is contained in:
@@ -2,8 +2,6 @@ namespace Tello_Drone
|
||||
{
|
||||
public interface IMissions
|
||||
{
|
||||
void SetUpDrone();
|
||||
void RunMission1();
|
||||
void RunMission2();
|
||||
void Run(Drone drone);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user