WIPTest Merge Fixes
This commit is contained in:
@@ -69,4 +69,9 @@ public interface GameObject {
|
||||
* Updates the position of the hit object.
|
||||
*/
|
||||
public void updatePosition();
|
||||
|
||||
/**
|
||||
* Resets the hit object so that it can be reused.
|
||||
*/
|
||||
public void reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user