Skip to content

Instantly share code, notes, and snippets.

@stelar7
Created June 15, 2015 12:46
Show Gist options
  • Save stelar7/2c71ea05364c4f419a2a to your computer and use it in GitHub Desktop.
Save stelar7/2c71ea05364c4f419a2a to your computer and use it in GitHub Desktop.
public enum DeathTimerMode {
READ, WRITE;
}
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