Ejemplo n.º 1
0
        private void Awake()
        {
            owner = GetComponentInParent <iBrainCandidate>();
            Debug.Assert(owner != null);

            brain = owner.getBrain();
            Debug.Assert(brain != null);

            buildCapacity();
        }
Ejemplo n.º 2
0
 public bool hasSameBrain(BrainerLogics other) => brain == other;