(YOU don't need to write the client class I already have
it, just need this)
You are provided with Main.java that is a client for this
program.
You will create THREE files-- GameCharacter.java,
ShieldMaiden.java, and Dragon.java
First: You must Create an interface called GameCharacter WITH
JUST PROTOTYPES, NO IMPLEMENTATIONS
A GameCharacter has a few functions associated with it
1) takeHit: decreases the character's health. It should return
an int representing damage taken (hit points)
2) heal: increases the character's health....