Created
June 21, 2018 19:03
-
-
Save Tustin/6f670df22ca7e0856a5baf32f6e98067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Unlock all cooldowns | |
CCooldownHandler.prototype.BAttack = function() { | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment