Update Drone.cs

This commit is contained in:
2025-06-30 00:40:10 +03:00
parent bf389cdf06
commit edc86c0106

View File

@ -35,7 +35,7 @@ namespace DroneSimulator
public static Semaphore StepSemaphore = new Semaphore(0, 10);
private uint Timer = 0;
private uint Timer;
public static bool TimeLimit = false;