improve Highlight

This commit is contained in:
2023-12-13 20:51:09 +02:00
parent 11c4d217c3
commit 72191123c2
11 changed files with 24 additions and 451 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ public class TimeSystem
private TimeSpan _startTime = new TimeSpan(1, 08, 00, 00);
private float _sunriseHour;
private float _sunsetHour;
private float _sunriseHour=8;
private float _sunsetHour=20;
private TimeSpan _sunriseTime;
private TimeSpan _sunsetTime;