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
049b5e77
Commit
049b5e77
authored
Jan 11, 2019
by
15김민규
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
다운그레이드
parent
be42c966
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
EnemyManager.cs
Assets/Scripts/Characters/EnemyManager.cs
+2
-2
manifest.json
Packages/manifest.json
+4
-5
ProjectVersion.txt
ProjectSettings/ProjectVersion.txt
+1
-1
No files found.
Assets/Scripts/Characters/EnemyManager.cs
View file @
049b5e77
...
...
@@ -39,8 +39,8 @@ public class EnemyManager : Singleton<EnemyManager>
// constructor
protected
EnemyManager
()
{
string
dropTableDataPath
=
null
;
string
actionTableDataPath
=
null
;
string
dropTableDataPath
=
""
;
string
actionTableDataPath
=
""
;
LoadDropTable
(
dropTableDataPath
);
LoadActionTable
(
actionTableDataPath
);
...
...
Packages/manifest.json
View file @
049b5e77
{
"dependencies"
:
{
"com.unity.ads"
:
"2.3.1"
,
"com.unity.analytics"
:
"3.2.2"
,
"com.unity.collab-proxy"
:
"1.2.15"
,
"com.unity.package-manager-ui"
:
"2.0.3"
,
"com.unity.ads"
:
"2.0.8"
,
"com.unity.analytics"
:
"2.0.16"
,
"com.unity.package-manager-ui"
:
"1.9.11"
,
"com.unity.purchasing"
:
"2.0.3"
,
"com.unity.textmeshpro"
:
"1.
3.0
"
,
"com.unity.textmeshpro"
:
"1.
2.4
"
,
"com.unity.modules.ai"
:
"1.0.0"
,
"com.unity.modules.animation"
:
"1.0.0"
,
"com.unity.modules.assetbundle"
:
"1.0.0"
,
...
...
ProjectSettings/ProjectVersion.txt
View file @
049b5e77
m_EditorVersion: 2018.
3
.0f2
m_EditorVersion: 2018.
2
.0f2
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