DayController implemented

This commit is contained in:
s-prechtl 2022-05-09 23:02:02 +02:00
parent 57d3906a4d
commit 12ff6e0390
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ using UnityEngine.Events;
public class DayController : MonoBehaviour {
private int dayCount = 0;
private static UnityEvent newDayEvent;
public static UnityEvent NewDayEvent => newDayEvent;
private void OnMouseDown() {
newDay();

View file

@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 0}
m_Name:
m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
lastWriteTicks: -8585497851335773342
lastWriteTicks: -8585494769450265822