Files
tello_drone/Tello Drone/IMissions.cs

7 lines
96 B
C#

namespace Tello_Drone
{
public interface IMissions
{
void RunMission1();
}
}