Server.Commands.Profiling.ProfileWorld_OnCommand C# (CSharp) Méthode

ProfileWorld_OnCommand() private méthode

private ProfileWorld_OnCommand ( Server.Commands.CommandEventArgs e ) : void
e Server.Commands.CommandEventArgs
Résultat void
		public static void ProfileWorld_OnCommand( CommandEventArgs e )
		{
			ProfileWorld( "items", "worldprofile_items.log" );
			ProfileWorld( "mobiles", "worldprofile_mobiles.log" );
		}