예제 #1
0
 public void FixedUpdate()
 {
     if (script != null)
     {
         script.FixedUpdate();
     }
 }