UP-Viagg-io/Viagg-io/Assets/Scripts/VisitedStories.cs

12 lines
281 B
C#
Raw Normal View History

2024-09-26 16:59:42 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class VisitedStories
{
public static bool StoryA = false;
public static bool StoryB = false;
public static bool StoryC = false;
public static int RepetitionCounter = 0;
}