ItemType

 avatar
user_3183455
csharp
a year ago
162 B
5
Indexable
namespace CuongMono.Item
{
    public enum ItemType
    {
        NoType,
        Resource,
        Weapon,
        Armor,
        QuickUseItem,
    }
}
Editor is loading...
Leave a Comment