agv 테스트중
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
using Studio.Core;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using XED.Core;
|
||||
using XRLib;
|
||||
|
||||
namespace Studio.UI.Modal
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
using Studio.Core;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using XED.Core;
|
||||
using XRLib;
|
||||
|
||||
namespace Studio.UI.Popup
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Studio.Core;
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using XED.Core;
|
||||
using XRLib;
|
||||
|
||||
namespace Studio.UI.Popup
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace XED
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
private StudioService tt;
|
||||
private int aa;
|
||||
void Start()
|
||||
void Awake()
|
||||
{
|
||||
Constants.MQTTDomain = "220.90.135.190";
|
||||
Constants.APIDomain = "220.90.135.190";
|
||||
|
||||
Reference in New Issue
Block a user