using System;
namespace RoR2;
[Serializable]
public enum MageElement : byte
{
None,
Fire,
Ice,
Lightning,
Count
}