Set up starting new game
This commit is contained in:
@@ -2,7 +2,7 @@ package org.project.entity;
|
||||
|
||||
public interface Entity {
|
||||
|
||||
public void specialAbility(Entity target);
|
||||
void specialAbility(Entity target);
|
||||
|
||||
void defend();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user