Пример #1
0
 private void Start()
 {
     // get the third person character ( this should never be null due to require component )
     m_Character = GetComponent <CW_Demo_ThirdPerson_Character>();
 }
 private void Start()
 {
     // get the third person character ( this should never be null due to require component )
     m_Character = GetComponent<CW_Demo_ThirdPerson_Character>();
 }