Files

7 lines
117 B
C#
Raw Permalink Normal View History

2026-06-12 17:11:39 -04:00
using UnityEngine;
public class SplashScreenHelper : MonoBehaviour
{
public static bool showScreen = true;
}