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

12 lines
124 B
C#

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