Daycycle finished

This commit is contained in:
s-prechtl 2022-05-19 14:21:22 +02:00
parent e9f4f3344b
commit a24cb01365
6 changed files with 18 additions and 18 deletions

View file

@ -17,8 +17,6 @@ public class HouseController : MonoBehaviour {
void Start() {
newDayEvent ??= new UnityEvent();
newDayEvent.AddListener(newDay);
}
public void newDay() {