Created
June 15, 2015 12:46
-
-
Save stelar7/2c71ea05364c4f419a2a 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
public enum DeathTimerMode { | |
READ, WRITE; | |
} |
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
public void DeathTimerManager(PLayer p, DeathTimerMode mode, int time) { | |
// DO STUFF | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment