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
View File
@@ -4,6 +4,8 @@ using System.Collections.Generic;
using TMPro;
using UnityEngine;
// Dieses Skript stellt die Funktionen für das Datums-Dropdown in der AAR-App bereit.
public class DateSelector : MonoBehaviour
{
public int selectedYear;