Server.Items.Ankhs.LockKarmaEntry.LockKarmaEntry C# (CSharp) 메소드

LockKarmaEntry() 공개 메소드

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