private void Awake() { owner = GetComponentInParent <iBrainCandidate>(); Debug.Assert(owner != null); brain = owner.getBrain(); Debug.Assert(brain != null); buildCapacity(); }
public bool hasSameBrain(BrainerLogics other) => brain == other;