Skin network sync, new server build

This commit is contained in:
2024-09-26 23:46:18 +05:30
parent c29b03d428
commit e711e19fe1
8 changed files with 102 additions and 98 deletions

View File

@@ -18,6 +18,7 @@ public class ChangeCharacterOnSelection : MonoBehaviour
}
void RefreshCharacter(){
if(CharacterSelection.selectedCharJson == null){return;}
if(CharacterSelection.selectedCharJson.Length <= 0){return;}
character.FromJson(CharacterSelection.selectedCharJson, true);
}