8 lines
83 B
C#
8 lines
83 B
C#
namespace Tello_Drone
|
|
{
|
|
public interface IDrone
|
|
{
|
|
|
|
|
|
}
|
|
} |