Пример #1
0
        public void AddItem(string type, int hue, int amount, string loot)
        {
            ItemEntry item = new ItemEntry(type, hue, amount, loot);

            m_Items.Add(item);
        }
Пример #2
0
		public void AddItem( string type, int hue, int amount, string loot )
		{
			ItemEntry item = new ItemEntry( type, hue, amount, loot );
			m_Items.Add( item );
		}