示例#1
0
 /// <summary>
 /// Fixed update multiplayer state.
 /// </summary>
 void FixedUpdate()
 {
     Utils.CallSafe("FixedUpdate", () => {
         netManager.FixedUpdate();
     });
 }