BattleNet.Item.Item C# (CSharp) 메소드

Item() 공개 메소드

public Item ( ) : System
리턴 System
        public Item()
        {
            prefixes = new List<uint>();
            suffixes = new List<uint>();
            properties = new List<PropertyType>();
            sockets = UInt32.MaxValue;
        }