Advertisement
Guest User

saliens

a guest
Jun 22nd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. CEnemy.prototype.Walk = function(){this.Die(true);};
  2.  
  3. // Unlock all cooldowns
  4. CCooldownHandler.prototype.BAttack = function() {
  5. return true;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement