14 lines
220 B
C#
Executable File
14 lines
220 B
C#
Executable File
namespace Assets.HeroEditor4D.InventorySystem.Scripts.Enums
|
|
{
|
|
public enum ElementId
|
|
{
|
|
Physic = 0,
|
|
Magic = 1,
|
|
Fire = 2,
|
|
Ice = 3,
|
|
Lightning = 4,
|
|
Light = 5,
|
|
Darkness = 6,
|
|
Explosive = 7
|
|
}
|
|
} |