mirror of
				https://github.com/DerTyp7/grow-ai-unity.git
				synced 2025-10-31 05:17:08 +01:00 
			
		
		
		
	idk
This commit is contained in:
		| @@ -33,6 +33,9 @@ public class TimeManager : MonoBehaviour | ||||
|     public string GetDate() => dateTime.ToString("dd/mm/yyyy", cultureInfo); | ||||
|     public float GetintervalTime() => intervalTime; | ||||
|  | ||||
|     [Header("ReadOnly")] | ||||
|     [SerializeField] | ||||
|     string readOnlyTimeString;  | ||||
|  | ||||
|     void Start() | ||||
|     { | ||||
| @@ -49,6 +52,7 @@ public class TimeManager : MonoBehaviour | ||||
|             CheckPartsOfDay(); | ||||
|             OnTimeInterval?.Invoke(); | ||||
|             timer = intervalTime; | ||||
|             readOnlyTimeString = GetTime() + " " + GetDate(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 j.mei7
					j.mei7