Example #1
0
 private static void SetMountActive()
 {
     try
     {
         top.OnSetActiveMount();
     }
     catch (Exception exception)
     {
         Debug.LogError(exception, top);
     }
 }