15 lines
256 B
C#
Executable File
15 lines
256 B
C#
Executable File
namespace Assets.HeroEditor4D.InventorySystem.Scripts.Enums
|
|
{
|
|
public enum ItemMaterial
|
|
{
|
|
Unknown,
|
|
Wood,
|
|
Leather,
|
|
Metal,
|
|
Fruit,
|
|
Meat,
|
|
Liquid,
|
|
Soup,
|
|
Gold
|
|
}
|
|
} |