示例#1
0
        public static EquipmentVO GetCurrentEquipmentDataByID(string equipmentId)
        {
            int level = Service.Get <CurrentPlayer>().UnlockedLevels.Equipment.GetLevel(equipmentId);

            return(ArmoryUtils.GetEquipmentDataByID(equipmentId, level));
        }
示例#2
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(ArmoryUtils.GetEquipmentDataByID(Marshal.PtrToStringUni(*(IntPtr *)args), *(int *)(args + 1))));
 }