示例#1
0
 void FixedUpdate()
 {
     modMotion.Update();
 }
示例#2
0
 void Update()
 {
     modGameObj.Update();
     modMotion.Update();
 }