Refactor: Managers to systems
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user