Commit e00e12b0 authored by 18손재민's avatar 18손재민

Merge branch 'enemy'

parents 20301e58 dc8a1958
......@@ -105,7 +105,7 @@ public class EnemyManager : Singleton<EnemyManager>
float[] enemyData = { 0.0f };
int.TryParse(cellValue[0], out enemyID);
for(int i=0;i<11;i++)
for(int i = 0;i<11;i++)
{
float.TryParse(cellValue[i + 2], out enemyData[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