Ejemplo n.º 1
0
 public abstract void OnObjectDestroyed(Destroyable ar_destroyedObject);
Ejemplo n.º 2
0
 private void OnValidate()
 {
     m_scaleInOut  = GetComponentInChildren <ScaleInOut>();
     m_destroyable = GetComponentInChildren <Destroyable>();
 }