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
93703de0
Commit
93703de0
authored
Jan 15, 2019
by
18김상언
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ItemType enum EnemyManager에서 Enumerators로 옮김
parent
0460748a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
EnemyManager.cs
Assets/Scripts/Characters/EnemyManager.cs
+0
-5
Enumerators.cs
Assets/Scripts/Enumerators.cs
+8
-0
No files found.
Assets/Scripts/Characters/EnemyManager.cs
View file @
93703de0
...
@@ -15,11 +15,6 @@ public class EnemyManager : Singleton<EnemyManager>
...
@@ -15,11 +15,6 @@ public class EnemyManager : Singleton<EnemyManager>
Attack
Attack
}
// 상속을 통해 수정할 가능성 높음. 염두만 해 두자.
}
// 상속을 통해 수정할 가능성 높음. 염두만 해 두자.
public
enum
ItemType
{
None
,
OneStone
,
TwoStone
,
ThreeStone
,
FourStone
,
FiveStone
,
GoldPotion
,
AmethystPotion
,
CommonItem
,
RareItem
,
EpicItem
,
LegendaryItem
,
CommonAdd
,
RareAdd
,
EpicAdd
,
LegendaryAdd
}
public
enum
EnemyData
{
Health
,
Weight
,
Height
,
Width
,
DetectRange
,
public
enum
EnemyData
{
Health
,
Weight
,
Height
,
Width
,
DetectRange
,
AtkRange
,
AtkDistance
,
AtkDelay
,
PjtSpeed
,
MoveSpeed
,
AtkRange
,
AtkDistance
,
AtkDelay
,
PjtSpeed
,
MoveSpeed
,
Damage
}
//Atk = Attack, Pjt = Projectile(투사체)
Damage
}
//Atk = Attack, Pjt = Projectile(투사체)
...
...
Assets/Scripts/Enumerators.cs
View file @
93703de0
...
@@ -20,3 +20,11 @@ public enum LifeStoneType
...
@@ -20,3 +20,11 @@ public enum LifeStoneType
Gold
=
2
,
Gold
=
2
,
Amethyst
=
3
Amethyst
=
3
}
}
public
enum
ItemType
{
None
,
OneStone
,
TwoStone
,
ThreeStone
,
FourStone
,
FiveStone
,
GoldPotion
,
AmethystPotion
,
StudyItem
,
OrdinaryItem
,
SuperiorItem
,
MasterPieceItem
,
StudyAdd
,
OrdinaryAdd
,
SuperiorAdd
,
MasterpieceAdd
}
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