코드 경고 제거 및 미사용 코드 제거
This commit is contained in:
@@ -108,7 +108,7 @@ namespace Northbound
|
||||
|
||||
private void FindCore()
|
||||
{
|
||||
Core[] cores = FindObjectsOfType<Core>();
|
||||
Core[] cores = FindObjectsByType<Core>(FindObjectsSortMode.InstanceID);
|
||||
if (cores.Length > 0)
|
||||
{
|
||||
_core = cores[0];
|
||||
|
||||
Reference in New Issue
Block a user