Refactor: Managers to systems

This commit is contained in:
Vova
2023-12-11 14:17:52 +02:00
parent ea59babf93
commit 4e0787287b
14 changed files with 180 additions and 7797 deletions
-3
View File
@@ -9,12 +9,9 @@ public class TimeSystem
public Action OnMinuteChanged;
public Action OnFastForwardEnd;
[SerializeField]
private TimeSpan _startTime = new TimeSpan(1, 08, 00, 00);
[SerializeField]
private float _sunriseHour;
[SerializeField]
private float _sunsetHour;
private TimeSpan _sunriseTime;