public static void SaveMpCharacter(GameObject playerGO) { byte[] data = playerGO.SaveObjectTree(); data.WriteToFile(SaveSlotUtils.GetMpClientLocalPath() + PlayerSpawn.GetClientSaveFileName()); }