示例#1
0
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
 }
示例#2
0
文件: PlayerWall.cs 项目: Thaon/IP2
 // Use this for initialization
 void Start()
 {
     m_player = GetComponent<Player>();
     //m_wallRun = new WallRunState();
     m_wallSlide = new WallSlideState();
 }