11 lines
223 B
C#
11 lines
223 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using TMPro;
|
|
using UnityEngine;
|
|
|
|
public class LayoutBuyStarController : MonoBehaviour
|
|
{
|
|
public TMP_Text infoText;
|
|
public GameObject buttonBuy, buttonNo;
|
|
}
|