Exemplo n.º 1
0
 private void Awake()
 {
     m_Rigidbody2D           = this.GetComponentOrFail <Rigidbody2D>();
     m_MoveGroundedIntention = this.GetComponentOrFail <MoveGroundedIntention>();
 }
Exemplo n.º 2
0
    private void Awake()
    {
        m_MoveGroundedIntention = this.GetComponentOrFail <MoveGroundedIntention>();

        Init();
    }