first push!
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class FoundDeviceListScript : MonoBehaviour
|
||||
{
|
||||
static public List<DeviceObject> DeviceAddressList;
|
||||
|
||||
// Use this for initialization
|
||||
void Start ()
|
||||
{
|
||||
DontDestroyOnLoad (gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user