コード例 #1
0
 public static void RuneLibrary_OnCommand(CommandEventArgs args)
 {
     Mobile      m  = args.Mobile;
     RuneLibrary rl = new RuneLibrary(m);
 }
コード例 #2
0
ファイル: RuneLibrary.cs プロジェクト: cynricthehun/UOLegends
 public static void RuneLibrary_OnCommand( CommandEventArgs args )
 {
     Mobile m = args.Mobile;
      	RuneLibrary rl = new RuneLibrary(m);
 }