slowpoker/Assets/Scripts/Menu/LaptopMenu.cs

9 lines
129 B
C#
Raw Normal View History

2024-10-17 17:23:05 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LaptopMenu : MonoBehaviour
{
}