Example #1
0
 public void SetBody(Content_API.NPCBodytype aNewVal)
 {
     mBody = aNewVal;
 }
 public static void Unpack(int part1, int part2,
                           out Content_API.NPCRace race, out Content_API.NPCGender gender, out Content_API.NPCBodytype body, out byte head,
                           out byte bodyColor, out byte chestTattoo, out byte leftTattoo,
                           out byte rightTattoo, out byte hair, out byte hairColor, out byte voice)
 {
     Debug.LogWarning("TODO UnpackLOD");
     race        = 0;
     gender      = 0;
     body        = 0;
     head        = 0;
     bodyColor   = 0;
     chestTattoo = 0;
     leftTattoo  = 0;
     rightTattoo = 0;
     hair        = 0;
     hairColor   = 0;
     voice       = 0;
 }