Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
     //m_wallRun = new WallRunState();
     m_wallSlide = new WallSlideState();
 }