示例#1
0
    private void Awake()
    {
        m_MoveFlyingIntention = this.GetComponentOrFail <MoveFlyingIntention>();

        Init();
    }
示例#2
0
 private void Awake()
 {
     m_Rigidbody2D         = this.GetComponentOrFail <Rigidbody2D>();
     m_MoveFlyingIntention = this.GetComponentOrFail <MoveFlyingIntention>();
 }