Ludo-3D/Assets/Scripts/UI/Pages/PopUp/InstructionsPopup.cs

9 lines
132 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class InstructionsPopup : PopupBase
{
}