Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class CMeleeAbility
  2. {
  3. char Ability[50];
  4. unsigned char Type;
  5. unsigned char Class;
  6. char* 1 through 4;
  7. bool DoUse;
  8. int UseIf;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement