FlyingFred/Assets/Scripts/LoadingManager.cs

9 lines
132 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LoadingManager : MonoBehaviour
{
}