evelynshilosky

TrackerRow - Part 31

Feb 1st, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using TMPro;
  4. using UnityEngine;
  5.  
  6. public class TrackerRow : MonoBehaviour
  7. {
  8.     public TextMeshProUGUI questName;
  9.     public TextMeshProUGUI description;
  10.     public TextMeshProUGUI requirements;
  11. }
  12.  
Add Comment
Please, Sign In to add comment