Refactor Enemy
This commit is contained in:
12
src/game/ElementType.cs
Normal file
12
src/game/ElementType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace GameJamDungeon
|
||||
{
|
||||
public enum ElementType
|
||||
{
|
||||
None,
|
||||
Aeolic,
|
||||
Telluric,
|
||||
Hydric,
|
||||
Igneous,
|
||||
Ferrum
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user