Exemplo n.º 1
0
 // Token: 0x06001488 RID: 5256 RVA: 0x00022280 File Offset: 0x00021280
 public virtual void ActivateReferenced(InternalInstance referrer)
 {
     if (null != referrer)
     {
         uint connectionCount = referrer.GetConnectionCount();
         for (uint num = 0u; num < connectionCount; num += 1u)
         {
             InternalInstance connectionAt = referrer.GetConnectionAt(num);
             Collection       collection   = new Collection(connectionAt);
             if (collection.IsDerivedFrom(289837591u))
             {
                 Traffic.PrimeTrafficVehicleCache(collection.VehicleKey().GetKey(), 1);
             }
         }
     }
 }