备份CatanBuilding瘦身独立工程
This commit is contained in:
13
Assets/Scripts/EventBingo/EventBingoPosTracker.cs
Normal file
13
Assets/Scripts/EventBingo/EventBingoPosTracker.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
public class EventBingoPosTracker : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private TMP_Text text;
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
text.text = transform.position.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user