Fixed a lot of bugs shoudl be able to write unit tests now.
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public interface IConsoleLogger
|
||||
{
|
||||
event Action<string> LogReceived;
|
||||
|
||||
void Log(string message);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user