コード例 #1
0
 /// <summary>
 /// 初始化:第一次赋值
 /// </summary>
 private void Start()
 {
     chMotor = GetComponent <CharacterMotor>();
 }