Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #ifdef __NEW_ENCHANT_ATTR__
  2. public:
  3. DWORD dw_EnchantAttr;
  4. DWORD GetEnchantAttr() {return dw_EnchantAttr;}
  5. void SetEnchantAttr(DWORD dwValue) {dw_EnchantAttr = dwValue;}
  6. void PrepareEnchantAttr(int iAttribute, int iIdx, int iVal);
  7. int newEnchant_type1, newEnchant_type2, newEnchant_type3, newEnchant_type4, newEnchant_type5;
  8. int newEnchant_value1, newEnchant_value2, newEnchant_value3, newEnchant_value4, newEnchant_value5;
  9. int GetEnchantType1() {return newEnchant_type1;}
  10. int GetEnchantValue1() {return newEnchant_value1;}
  11. int GetEnchantType2() {return newEnchant_type2;}
  12. int GetEnchantValue2() {return newEnchant_value2;}
  13. int GetEnchantType3() {return newEnchant_type3;}
  14. int GetEnchantValue3() {return newEnchant_value3;}
  15. int GetEnchantType4() {return newEnchant_type4;}
  16. int GetEnchantValue4() {return newEnchant_value4;}
  17. int GetEnchantType5() {return newEnchant_type5;}
  18. int GetEnchantValue5() {return newEnchant_value5;}
  19. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement