Beispiel #1
0
 void Awake()
 {
     playmat = GameObject.FindObjectOfType<PokerGameplayPlaymat>();
 }
Beispiel #2
0
 void Awake()
 {
     this.SetResult(false);
     playmat = GameObject.FindObjectOfType <PokerGameplayPlaymat>();
 }
Beispiel #3
0
 void Awake()
 {
     this.SetResult(false);
     playmat = GameObject.FindObjectOfType<PokerGameplayPlaymat>();
 }
Beispiel #4
0
 void Awake()
 {
     playmat = GameObject.FindObjectOfType <PokerGameplayPlaymat>();
 }