Files
Cielonos/Assets/Shift - Complete Sci-Fi UI/Scripts/Panel/SplashScreenHelper.cs

7 lines
117 B
C#
Raw Normal View History

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