Files
GameJamDungeon/Zennysoft.Game.Ma.Implementation/Components/ElementType.cs
T
2026-06-04 13:02:40 -07:00

15 lines
150 B
C#

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