Server.LootPackItem.LootPackItem C# (CSharp) Méthode

LootPackItem() public méthode

public LootPackItem ( Type type, int chance ) : System
type System.Type
chance int
Résultat System
		public LootPackItem( Type type, int chance )
		{
			m_Type = type;
			m_Chance = chance;
		}
	}