first push!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class ScannedItemScript : MonoBehaviour
|
||||
{
|
||||
public Text TextNameValue;
|
||||
public Text TextAddressValue;
|
||||
public Text TextRSSIValue;
|
||||
}
|
||||
Reference in New Issue
Block a user