Beispiel #1
0
 public void OnEnable()
 {
     _instance = this;
     _layout   = playerListContentTransform.GetComponent <VerticalLayoutGroup>();
 }
Beispiel #2
0
        public void Awake() {
			_instance = this;
		}
 public void OnEnable()
 {
     _instance = this;
     _layout = playerListContentTransform.GetComponent<VerticalLayoutGroup>();
 }
Beispiel #4
0
 public void Awake()
 {
     _instance = this;
 }