mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-30 13:07:10 +01:00
add gruid buildingsystem
This commit is contained in:
@@ -39,10 +39,10 @@ public class TimeManager : MonoBehaviour
|
||||
{
|
||||
Day++;
|
||||
Hour = 0;
|
||||
OnDayChanged();
|
||||
OnDayChanged?.Invoke();
|
||||
}
|
||||
|
||||
OnHourChanged();
|
||||
OnHourChanged?.Invoke();
|
||||
}
|
||||
|
||||
timer = minuteToRealTime;
|
||||
|
||||
Reference in New Issue
Block a user