示例#1
0
 protected override void Awake()
 {
     id = (int)ProductType.LUXURY;
     base.Awake();
     bssId = CollabBrowserId.LUXURYCAR;
     url   = ProductScreen.GetProductURL("016240");
     requestReplacements.Add(BaseURL + "/images/upload/custom/greencar/automotive-luxury.jpg", Directory.GetCurrentDirectory() + "/img/automotive-luxury.png");
 }
示例#2
0
 protected override void Awake()
 {
     id = (int)ProductType.SMALL;
     base.Awake();
     bssId = CollabBrowserId.SMALLCAR;
     url   = ProductScreen.GetProductURL("5V73Ub");
     requestReplacements.Add(BaseURL + "/images/upload/custom/greencar/automotive-small.jpg", Directory.GetCurrentDirectory() + "/img/automotive-small.png");
 }