async 경고 수정
This commit is contained in:
parent
3289b55874
commit
05ab2c0b89
@ -14,7 +14,7 @@ public class RestaurantEnvironment : MonoBehaviour
|
|||||||
private Transform _visualLook;
|
private Transform _visualLook;
|
||||||
private Renderer _renderer;
|
private Renderer _renderer;
|
||||||
|
|
||||||
public async void Initialize(RestaurantPropLocation location)
|
public void Initialize(RestaurantPropLocation location)
|
||||||
{
|
{
|
||||||
EnvironmentData environmentData = DataManager.Instance.GetDataSo<EnvironmentDataSo>().GetDataById(location.Id);
|
EnvironmentData environmentData = DataManager.Instance.GetDataSo<EnvironmentDataSo>().GetDataById(location.Id);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user