remove test stuff from core

This commit is contained in:
Nahuel Rocchetti 2024-06-28 13:48:04 -03:00
parent 614fac403a
commit 6dd578b102

View file

@ -64,12 +64,6 @@ namespace OpenTS2.Engine
DontDestroyOnLoad(gameObject);
if (!string.IsNullOrEmpty(TargetScene))
SceneManager.LoadScene(TargetScene);
OnFinishedLoading += () =>
{
var casLotAsset = ContentManager.Instance.GetAsset<BaseLotInfoAsset>(new Common.ResourceKey(0, "CAS!", TypeIDs.BASE_LOT_INFO));
Debug.Log($"CAS Lot Asset: {casLotAsset}");
Debug.Log($"CAS Lot Name: {casLotAsset.BaseLotInfo.LotName}");
};
}
}
}