Server.SkillHandlers.Stealing.IsInGuild C# (CSharp) Méthode

IsInGuild() public static méthode

public static IsInGuild ( Mobile m ) : bool
m Mobile
Résultat bool
		public static bool IsInGuild( Mobile m )
		{
			return ( m is PlayerMobile && ((PlayerMobile)m).NpcGuild == NpcGuild.ThievesGuild );
		}