public static void RuneLibraryTMapsFelucca_OnCommand( CommandEventArgs args )
		{
			Mobile m = args.Mobile;
         	RuneLibraryTMapsFelucca rl = new RuneLibraryTMapsFelucca(m);
		}
Esempio n. 2
0
 public static void RuneLibraryTMapsFelucca_OnCommand(CommandEventArgs args)
 {
     Mobile m = args.Mobile;
     RuneLibraryTMapsFelucca rl = new RuneLibraryTMapsFelucca(m);
 }