// Use this for initialization void Start() { oriented = GetComponent <Oriented>(); positionable = GetComponent <Positionable>(); oriented.AddAnimationSet(MOVE_ANIMATION, movingAnimationSet); }
// Use this for initialization void Start() { positionable = GetComponent <Positionable>(); oriented = GetComponent <Oriented>(); }