Implemented Strategy Pattern
This commit is contained in:
12
Tello Drone/Missions/Mission2.cs
Normal file
12
Tello Drone/Missions/Mission2.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Tello_Drone.Missions
|
||||
{
|
||||
[TestNameAttributes("Mission 2")]
|
||||
public class Mission2: IMissions
|
||||
{
|
||||
public void Run(Drone drone)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user