示例#1
0
 IEnumerator StartText(float spawnDIs)
 {
     Debug.Log("거리를 나타냅니다.");
     pInfo.TextUpdate(spawnDis);
     yield return(null);
 }