Refactor stats
This commit is contained in:
11
Zennysoft.Game.Ma.Implementation/Components/ElementType.cs
Normal file
11
Zennysoft.Game.Ma.Implementation/Components/ElementType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
public enum ElementType
|
||||
{
|
||||
None,
|
||||
Aeolic,
|
||||
Telluric,
|
||||
Hydric,
|
||||
Igneous,
|
||||
Ferrum
|
||||
}
|
||||
Reference in New Issue
Block a user