Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Components/ElementType.cs

14 lines
139 B
C#

namespace Zennysoft.Ma.Adapter;
public enum ElementType
{
None,
Aeolic,
Telluric,
Hydric,
Igneous,
Ferrum,
Holy,
All
}