In game company mods

The principle is the same for banks, contractors, aviation fuel suppliers. “Franchise businesses” have some additional variables.

{  
   "name":"Indigo Investments",
   "description":"Indigo Investments is a infrastructure investment bank that finances P3 (Public Private Partnerships) projects. A large portfolio under management includes public transit, airports as well as ground transportation networks.",
   "logoPath":"indigo.png",
   "businessClass":3,
   "businessType":3,
   "CEOName":"Oscar Klausen"
}

Products looks like this, but might change. We have not spent too much time on this.

"productType":"Headphones",
         "pricePerUnit":20,
         "imagePath":"product.png",
         "availableColors":[  
            {  
               "r":1.0,
               "g":1.0,
               "b":1.0,
               "a":1.0
            }
         ]
4 Likes