Ludo-3D/Assets/Scripts/UI/Pages/Screens/MainMenuScreen.cs

9 lines
126 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MainMenuScreen : ScreenBase
{
}