Newer
Older
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
public class RenderedScrollFact : MonoBehaviour
{
public int ID;
public TextMeshProUGUI LabelMesh;
private string _label;