complete entity packge
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.project.entity;
|
||||
|
||||
public interface Entity {
|
||||
void attack(Entity target);
|
||||
|
||||
void defend();
|
||||
|
||||
@@ -15,7 +14,6 @@ public interface Entity {
|
||||
|
||||
int getMaxMP();
|
||||
|
||||
/*
|
||||
TODO: ADD OTHER REQUIRED AND BONUS METHODS
|
||||
*/
|
||||
boolean isAlive();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user