Server.Items.MonsterContractBook.MonsterContractBook C# (CSharp) Method

MonsterContractBook() private method

private MonsterContractBook ( ) : System
return System
		public MonsterContractBook() : base( 0x2259 )
		{
			Weight = 1.0;
			LootType = LootType.Blessed;
			Hue = 1204;
			Name= "Hunter Bod Book";
			m_Entries = new ArrayList();
		}

Same methods

MonsterContractBook::MonsterContractBook ( Serial serial ) : System