Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tetra-tower
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Oenos
tetra-tower
Commits
e00e12b0
Commit
e00e12b0
authored
Jan 23, 2019
by
18손재민
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'enemy'
parents
20301e58
dc8a1958
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
EnemyManager.cs
Assets/Scripts/Characters/EnemyManager.cs
+1
-1
No files found.
Assets/Scripts/Characters/EnemyManager.cs
View file @
e00e12b0
...
...
@@ -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
]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment