Exemplo n.º 1
0
        public int GetRelocationCostDiscountForPerks(List <string> perkIds)
        {
            List <string> perkEffectIds = this.GetPerkEffectIds(perkIds);

            return(RelocationCostPerkUtils.GetRelocationCostDiscount(perkEffectIds));
        }
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(RelocationCostPerkUtils.GetRelocationCostDiscount((List <string>)GCHandledObjects.GCHandleToObject(*args))));
 }