Server.Commands.Categorization.RebuildCategorization_OnCommand C# (CSharp) Méthode

RebuildCategorization_OnCommand() private méthode

private RebuildCategorization_OnCommand ( Server.Commands.CommandEventArgs e ) : void
e Server.Commands.CommandEventArgs
Résultat void
		public static void RebuildCategorization_OnCommand( CommandEventArgs e )
		{
			CategoryEntry root = new CategoryEntry( null, "Add Menu", new CategoryEntry[]{ Items, Mobiles } );

			Export( root, "Data/objects.xml" );

			e.Mobile.SendMessage( "Categorization menu rebuilt." );
		}