Update Drone.cs
This commit is contained in:
@ -35,7 +35,7 @@ namespace DroneSimulator
|
|||||||
|
|
||||||
public static Semaphore StepSemaphore = new Semaphore(0, 10);
|
public static Semaphore StepSemaphore = new Semaphore(0, 10);
|
||||||
|
|
||||||
private uint Timer = 0;
|
private uint Timer;
|
||||||
|
|
||||||
public static bool TimeLimit = false;
|
public static bool TimeLimit = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user