Пример #1
0
 public static void gen()
 {
     HuCommon.table  = table;
     HuCommon.N      = 9;
     HuCommon.NAME   = "normal";
     HuCommon.CARD   = names;
     HuCommon.huLian = true;
     HuCommon.gen();
 }
Пример #2
0
 public static void gen()
 {
     HuCommon.table  = table;
     HuCommon.N      = 4;
     HuCommon.NAME   = "feng";
     HuCommon.CARD   = ziname;
     HuCommon.huLian = false;
     HuCommon.gen();
 }