Jump to content

Stump

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Stump

  • Rank
    Newbie
  1. Just wandering what the "class UniformInfo" variables control/represent in a character's config? Especially the "slotType= 604;" under the line "class Scuba : UniformSlotInfo {". Example class UniformInfo { class SlotsInfo { class NVG : UniformSlotInfo { slotType = 602; }; class Scuba : UniformSlotInfo { slotType = 604; }; class Headgear : UniformSlotInfo { slotType = 605; }; I appreciate your time, thanks in advance.
×