Server.Commands.VisibilityList.OnLogin C# (CSharp) Méthode

OnLogin() public static méthode

public static OnLogin ( LoginEventArgs e ) : void
e LoginEventArgs
Résultat void
		public static void OnLogin( LoginEventArgs e )
		{
			if ( e.Mobile is PlayerMobile )
			{
				PlayerMobile pm = (PlayerMobile)e.Mobile;

				pm.VisibilityList.Clear();
			}
		}