public static float GetLoadPercent(this LocalPlayerCharacterView instance)
 {
     return(instance.GetLoad() / instance.GetMaxLoad() * 100.0f * 2f);
 }