Advertisement
thespeedy

ItemCSVReader.cpp

Mar 6th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. #if defined(ENABLE_NEW_ITEM_PROTO_STRUCT) || defined(ENABLE_WOLFMAN_CHARACTER)
  2.     ,"WEAPON_CLAW", "WEAPON_QUIVER", "WEAPON_UNKNOW"
  3. #elif defined(ENABLE_NEW_ITEM_PROTO_STRUCT)  
  4.     ,"WEAPON_CLAW", "WEAPON_QUIVER", "WEAPON_UNKNOW"
  5. #elif defined(ENABLE_WOLFMAN_CHARACTER)  
  6.     ,"WEAPON_CLAW"
  7. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement