예제 #1
0
파일: Item.cs 프로젝트: 0xFh/Asda2-Project
 private static int GetEnchantSlot(EnchantSlot slot, EnchantInfoOffset offset)
 {
     return((int)(22 + (int)slot * 3 + offset));
 }
예제 #2
0
파일: Item.cs 프로젝트: NecroSharper/WCell
 private static int GetEnchantSlot(EnchantSlot slot, EnchantInfoOffset offset)
 {
     return((int)ItemFields.ENCHANTMENT_1_1 + ((int)slot * 3) + (int)offset);
 }