Player Class completed, built subclasses and completed first implements and constructors.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package org.project.entity;
|
||||
|
||||
public interface Entity {
|
||||
|
||||
void attack(Entity target);
|
||||
|
||||
void defend();
|
||||
|
||||
Reference in New Issue
Block a user