This commit is contained in:
2024-04-04 12:21:07 +02:00
parent 5a86b8b4f5
commit 11eb6b7041
4 changed files with 274 additions and 12299 deletions

View File

@ -4,6 +4,8 @@ using UnityEngine;
public class GameManager : MonoBehaviour
{
public double GameProgress = 0.0;
// Start is called before the first frame update
void Start()
{