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

9 lines
126 B
C#

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