Пример #1
0
 private void LateUpdate()
 {
     if (controller != null)
     {
         controller.StateLateUpdate();
     }
 }