Exemplo n.º 1
0
 public void Loading()
 {
     _algorithm = Mahjong.GetAlgorithm(
         "./Resources/TingTable.json",
         "./Resources/LaiTable.json",
         "./Resources/HuTable.json");
 }
Exemplo n.º 2
0
 public void Loading()
 {
     _algorithm = Mahjong.GetAlgorithm();
 }