Files
SoulliesOfficial 6d7ebc5825 Passion & UI
2026-06-12 17:11:39 -04:00

7 lines
117 B
C#

using UnityEngine;
public class SplashScreenHelper : MonoBehaviour
{
public static bool showScreen = true;
}