Ejemplo n.º 1
0
 public SwapPositioner(IUiPlayerBoardUtils Utils)
 {
     utils            = Utils;
     JewelsToPosition = new Queue <IRuntimeJewel>();
     BoardPos         = new UiBoardPositioner();
 }
Ejemplo n.º 2
0
 public CascadePositoner(IUiPlayerBoardUtils Utils)
 {
     utils        = Utils;
     JewelsToFall = new Queue <IRuntimeJewel>();
     BoardPos     = new UiBoardPositioner();
 }