Exemplo n.º 1
0
 void SetInitialReferences()
 {
     entityComponent = transform.GetComponent <Entity>();
     attackComponent = transform.GetComponent <Attack>();
 }