10 lines
197 B
C#
10 lines
197 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public static class VisitedStories
|
|
{
|
|
public static bool StoryA = false;
|
|
public static bool StoryB = false;
|
|
}
|