Update Dashboard.cs

This commit is contained in:
2024-11-03 21:12:48 +08:00
parent 0672afc6e1
commit a77890ba07
@@ -9,7 +9,6 @@ namespace AibisDream
private void Awake()
{
engineSystem = transform.parent.GetComponent<EngineSystem>();
Debug.Log(engineSystem);
OnStart();
}