Function AILerp.Awake
        
                Awake
        
                ()
    
            
            Initializes reference variables.
                Protected
            
        void Awake ()
Initializes reference variables.
If you override this function you should in most cases call base.Awake () at the start of it.