Ejemplo n.º 1
0
 protected virtual void Start()
 {
     _actors = GetComponent <AwakeGameObjectDict>();
 }
Ejemplo n.º 2
0
 private void Reset()
 {
     _actors = gameObject.AddComponent <AwakeGameObjectDict>();
 }