Skip to content

Instantly share code, notes, and snippets.

@karol-lotkowski
Created August 19, 2015 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karol-lotkowski/f52a175015da37c62404 to your computer and use it in GitHub Desktop.
Save karol-lotkowski/f52a175015da37c62404 to your computer and use it in GitHub Desktop.
Enum used with abstract class
package com.karollotkowski.game;
public enum AttackType {
PHYSICAL, MAGICAL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment