Implemented Strategy Pattern
This commit is contained in:
9
Tello Drone/IMissionList.cs
Normal file
9
Tello Drone/IMissionList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public interface IMissionList
|
||||
{
|
||||
List<(string, IMissions)> GetMissionList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user