game(scripts): standardise Letter
This commit is contained in:
parent
5b8b7a6a1e
commit
cfbbb80549
1 changed files with 7 additions and 10 deletions
|
@ -1,13 +1,10 @@
|
||||||
/*
|
/*
|
||||||
Author: Reza
|
* Author: Reza
|
||||||
Date: 3/2/25
|
* Date: 3/2/25
|
||||||
Description: To show letter UI when letter is picked up or dropped
|
* Description: To show letter UI when the letter is picked up or dropped
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UIElements;
|
|
||||||
|
|
||||||
public class Letter : MonoBehaviour
|
public class Letter : MonoBehaviour
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue