Refactorschmecktor

This commit is contained in:
Simon Lübeß
2024-04-05 14:12:03 +02:00
parent e7d5add835
commit 8c9ddbbeeb
4 changed files with 38 additions and 77 deletions

View File

@ -4,6 +4,9 @@ using System.Collections.Generic;
using UnityEngine;
using Utility;
/// <summary>
/// Macht genau das was man erwartet: Schaltet je nach Uhrzeit alle Kinder an oder aus.
/// </summary>
public class Zeitschaltuhr : MonoBehaviour, ISerializationCallbackReceiver
{
private TimeSpan _turnOnTimeSpan;