コード例 #1
0
        private void Awake()
        {
            owner = GetComponentInParent <iBrainCandidate>();
            Debug.Assert(owner != null);

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

            buildCapacity();
        }
コード例 #2
0
 public bool hasSameBrain(BrainerLogics other) => brain == other;