Exemplo n.º 1
0
 /* (non-Javadoc)
  * @see net.fe.overworldStage.OverworldContext#startContext()
  */
 public void startContext() {
   super.startContext();
   findTargets(unit);
   stage.addEntity(zone);
   updateCursor();
 }