Exemplo n.º 1
0
 public StadiumControlController(StadiumControl stadiumControl, Match match, User user)
 {
     this.match          = match;
     this.stadiumControl = stadiumControl;
     this.user           = user;
     InitializeStadium();
 }
Exemplo n.º 2
0
 private bool _CheckPos; // Kiem tra vi tri cua stadium da di ra ngoai man hinh chua.
 // Use this for initialization
 private void Awake()
 {
     _Trans = this;
 }