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
f8d02add
Commit
f8d02add
authored
Jan 12, 2019
by
18김상언
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
프리펩 브랜치 쓰려고 별로 바뀐건 없지만 푸쉬
parent
49c72235
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
EnemyManager.cs
Assets/Scripts/Characters/EnemyManager.cs
+1
-0
No files found.
Assets/Scripts/Characters/EnemyManager.cs
View file @
f8d02add
...
...
@@ -27,6 +27,7 @@ public class EnemyManager : Singleton<EnemyManager>
// dictionary
public
readonly
Dictionary
<
int
,
Dictionary
<
ItemType
,
int
>>
dropTableByID
;
public
readonly
Dictionary
<
int
,
Dictionary
<
State
,
Action
>>
actionDictByID
;
public
readonly
Dictionary
<
int
,
float
[
]>
enemyDataByID
;
// method
...
...
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