7 lines
99 B
C#
7 lines
99 B
C#
namespace Tello_Drone
|
|
{
|
|
public interface IMissions
|
|
{
|
|
void Run(Drone drone);
|
|
}
|
|
} |