Skip to content
Snippets Groups Projects
Commit 9cc651ed authored by Piers Williams's avatar Piers Williams
Browse files

Starting my controller

parent ebf46da5
No related branches found
No related tags found
No related merge requests found
package battle.controllers;
import asteroids.Action;
import battle.BattleController;
import battle.SimpleBattle;
/**
* Created by pwillic on 11/06/2015.
*/
public class PiersController implements BattleController {
@Override
public Action getAction(SimpleBattle gameStateCopy, int playerId) {
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment