7 lines
117 B
C#
7 lines
117 B
C#
using UnityEngine;
|
|
|
|
public class SplashScreenHelper : MonoBehaviour
|
|
{
|
|
public static bool showScreen = true;
|
|
}
|