Cleaned up and commented version.

This commit is contained in:
Thorbjoern
2025-10-02 00:07:11 +02:00
parent 2b86d9f0a2
commit 4c613c3436
66 changed files with 260 additions and 1020 deletions
@@ -2,6 +2,8 @@ using System.Collections.Generic;
using TMPro;
using UnityEngine;
// Diese Hilfsklasse wird verwendet, um das Dropdown-Menü für den Tag mit der kokkekten Anzahl an Tagen für den ausgewählten Monat zu füllen.
public class FillDropdownWithDays : MonoBehaviour
{
public TMP_Dropdown dropdown;