Releasing version one.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package org.project.entity;
|
||||
|
||||
public interface Entity {
|
||||
void attack(Entity target);
|
||||
|
||||
void defend();
|
||||
void attack(Entity target);
|
||||
|
||||
void heal(int health);
|
||||
|
||||
@@ -14,8 +13,4 @@ public interface Entity {
|
||||
int getMaxHP();
|
||||
|
||||
int getMaxMP();
|
||||
|
||||
/*
|
||||
TODO: ADD OTHER REQUIRED AND BONUS METHODS
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user