Server.Items.Ankhs.LockKarmaEntry.LockKarmaEntry C# (CSharp) Méthode

LockKarmaEntry() public méthode

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