game(scripts): standardise Letter

This commit is contained in:
Mark Joshwel 2025-02-15 00:35:27 +08:00
parent 5b8b7a6a1e
commit cfbbb80549

View file

@ -1,13 +1,10 @@
/*
Author: Reza
Date: 3/2/25
Description: To show letter UI when letter is picked up or dropped
*/
* Author: Reza
* Date: 3/2/25
* Description: To show letter UI when the letter is picked up or dropped
*/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
public class Letter : MonoBehaviour
{