Server.Items.Ankhs.LockKarmaEntry.LockKarmaEntry C# (CSharp) Method

LockKarmaEntry() public method

public LockKarmaEntry ( PlayerMobile mobile ) : System.Collections.Generic
mobile Server.Mobiles.PlayerMobile
return System.Collections.Generic
			public LockKarmaEntry( PlayerMobile mobile ) : base( mobile.KarmaLocked ? 6197 : 6196, LockRange )
			{
				m_Mobile = mobile;
			}
Ankhs.LockKarmaEntry