示例#1
0
 private void Start()
 {
     locomotion = new Locomotion();
     locomotion.InitLocomotion(transform);
 }