Using System.Diagnostics.Debug. First pass at player controls styling
This commit is contained in:
@ -41,7 +41,7 @@ namespace Aurora.RemoteImpl
|
||||
ServerTimeTicks = Utils.TimeUtils.GetNetworkTime().DateTime.Ticks
|
||||
};
|
||||
await responseStream.WriteAsync(sync);
|
||||
Console.WriteLine("Sent Sync");
|
||||
System.Diagnostics.Debug.WriteLine("Sent Sync");
|
||||
await Task.Delay(5000);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user