ReplayPuzzleGame/Assets/Scripts/Scene/PausePanel.cs

7 lines
65 B
C#
Raw Normal View History

2026-02-07 14:41:29 +00:00
using UnityEngine;
public class PausePanel : MonoBehaviour
{
}