Пример #1
0
 public void SetupCharacterData(CharacterSettings Character)
 {
     ThisCharacter = Character;
     RaceTexture   = ClothFactory.Instance.RaceData["human"];
     SetupBodySprites();
     SetupCustomisations();
 }
Пример #2
0
 public void SetupCharacterData(CharacterSettings Character)
 {
     ThisCharacter = Character;
     RaceTexture   = Spawn.RaceData["human"];
     SetupBodySprites();
     SetupCustomisations();
     OnDirectionChange(directional.CurrentDirection);
 }
Пример #3
0
 public void GatherData()
 {
     PlayerCustomisationData.getPlayerCustomisationDatas(DataPCD);
     ClothingData.getClothingDatas(DataClothingData);
     ContainerData.getContainerData(DataContainerData);
     HeadsetData.getHeadsetData(DataHeadsetData);
     PlayerTextureData.getClothingDatas(DataRaceData);
 }
Пример #4
0
 public void GatherData()
 {
     PlayerTextureData.getClothingDatas(DataRaceData);
     DefaultPlantData.getDatas(DataDefaultPlantData);
 }
 public void GatherData()
 {
     PlayerTextureData.getClothingDatas(DataRaceData);
 }
Пример #6
0
 public void GatherData()
 {
     PlayerCustomisationData.getPlayerCustomisationDatas(DataPCD);
     PlayerTextureData.getClothingDatas(DataRaceData);
     DefaultPlantData.getDatas(DataDefaultPlantData);
 }