Commit 9bc8edc8 authored by 18김상언's avatar 18김상언

아주 미미한 수정함

parent 93703de0
......@@ -100,7 +100,7 @@ public class EnemyManager : Singleton<EnemyManager>
int.TryParse(cellValue[0], out enemyID);
for(int i=0;i<11;i++)
{
float.TryParse(cellValue[i + 1], out enemyData[i]);
float.TryParse(cellValue[i + 2], out enemyData[i]);
}
for(int i=0;i<12;i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment