StarSystem
Stars With switching positions (Bought stars are not saved or shown)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
public class LayoutBuyStarController : MonoBehaviour
|
||||
{
|
||||
public TMP_Text infoText;
|
||||
public GameObject buttonBuy, buttonNo;
|
||||
}
|
||||
Reference in New Issue
Block a user