Esempio n. 1
0
 public MauBinhInput(MauBinh mbStage, MauBinhPlayer player, ArrayCard cardHand, ArrayCard[] cardChi, Card card)
 {
     this.cardHand = cardHand;
     this.cardChi  = cardChi;
     this.card     = card;
     this.mbStage  = mbStage;
     this.player   = player;
 }
Esempio n. 2
0
    Vector3 vt_chi_3; // = new Vector3(220, -15, 0);

    void Awake()
    {
        instance = this;
        GameControl.instance.currentCasino = instance;
    }