Ejemplo n.º 1
0
 public static void RuneLibrary_OnCommand(CommandEventArgs args)
 {
     Mobile      m  = args.Mobile;
     RuneLibrary rl = new RuneLibrary(m);
 }
Ejemplo n.º 2
0
 public static void RuneLibrary_OnCommand( CommandEventArgs args )
 {
     Mobile m = args.Mobile;
      	RuneLibrary rl = new RuneLibrary(m);
 }