Exemple #1
0
 private void Start() => stateInfo = GameObject.FindGameObjectWithTag("Script").GetComponent <StateInfoGamePlay>();
Exemple #2
0
 private void Awake() => stateInfo = GetComponent <StateInfoGamePlay>();